mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
docs - add bw pro info to web ui and about sections
This commit is contained in:
parent
5e5a900d4f
commit
adb93973dc
6 changed files with 32 additions and 35 deletions
|
|
@ -4,16 +4,24 @@
|
|||
|
||||
BunkerWeb is maintained by [Bunkerity](https://www.bunkerity.com/?utm_campaign=self&utm_source=doc), a French 🇫🇷 company specialized in Cybersecurity 🛡️.
|
||||
|
||||
## Do you have a professional version ?
|
||||
|
||||
Yes, we do offer a professional version of BunkerWeb called "BunkerWeb PRO".
|
||||
|
||||
Here are the main benefits of BunkerWeb PRO :
|
||||
|
||||
- Unlock all features of BunkerWeb
|
||||
- Pay per protected services
|
||||
- Respond to professional needs
|
||||
- Free trial with no credit card
|
||||
- Best effort support included
|
||||
|
||||
You can go the [BunkerWeb panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc) to get more information and claim your free trial.
|
||||
|
||||
## Do you offer professional services ?
|
||||
|
||||
Yes, we offer professional services related to BunkerWeb.
|
||||
|
||||
**We have a [dedicated panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc) to centralize all professional requests.**
|
||||
|
||||
You can also contact use at [contact@bunkerity.com](mailto:contact@bunkerity.com) if you are interested.
|
||||
|
||||
### Support
|
||||
|
||||
You can get in touch with us about any of the following :
|
||||
|
||||
- Consulting
|
||||
|
|
@ -21,13 +29,9 @@ You can get in touch with us about any of the following :
|
|||
- Custom development
|
||||
- Partnership
|
||||
|
||||
### Pro version
|
||||
We have a [dedicated panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc) to centralize all professional requests.
|
||||
|
||||
We have a (pro version of BunkerWeb)[https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc#pro], which includes :
|
||||
|
||||
- additional features and plugins
|
||||
- regular updates to improve your experience
|
||||
- we take your feedback into account to develop the plugins or offer you custom plugins.
|
||||
You can also contact use at [contact@bunkerity.com](mailto:contact@bunkerity.com) if you are interested.
|
||||
|
||||
## Where to get community support ?
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
BIN
docs/assets/img/pro-home-card.webp
Normal file
BIN
docs/assets/img/pro-home-card.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
BIN
docs/assets/img/pro-ui-upgrade.webp
Normal file
BIN
docs/assets/img/pro-ui-upgrade.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
docs/assets/img/ui-pro.webp
Normal file
BIN
docs/assets/img/ui-pro.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
|
|
@ -733,7 +733,22 @@ You can access the account management page by clicking on `manage account` insid
|
|||
!!! info "What is BunkerWeb PRO ?"
|
||||
BunkerWeb PRO is an enhanced version of BunkerWeb open-source. Whether it's enhanced security, an enriched user experience, or technical supervision, the BunkerWeb PRO version will allow you to fully benefit from BunkerWeb and respond to your professional needs. Do not hesitate to visit the [BunkerWeb panel](https://panel.bunkerweb.io/knowledgebase?utm_campaign=self&utm_source=doc) or [contact us](https://panel.bunkerweb.io/contact.php?utm_campaign=self&utm_source=doc) if you have any question regarding the PRO version.
|
||||
|
||||
TODO : screenshots
|
||||
Once you have your PRO license key from the [BunkerWeb panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc), you can paste it into the PRO section of the account management page.
|
||||
|
||||
<figure markdown>
|
||||
{ align=center, width="550" }
|
||||
<figcaption>Upgrade to PRO from the web UI</figcaption>
|
||||
</figure>
|
||||
|
||||
!!! warning "Upgrade time"
|
||||
The PRO version is downloaded in the background by the scheduler, it may take some time to upgrade.
|
||||
|
||||
When your BunkerWeb instance has upgraded to the PRO version, you will see your license expiration date and the maximum number of services you can protect.
|
||||
|
||||
<figure markdown>
|
||||
{ align=center, width="550" }
|
||||
<figcaption>PRO license information</figcaption>
|
||||
</figure>
|
||||
|
||||
### Username / Password
|
||||
|
||||
|
|
@ -1701,25 +1716,3 @@ After a successful login/password combination, you will be prompted to enter you
|
|||
```shell
|
||||
systemctl restart bunkerweb
|
||||
```
|
||||
|
||||
## Upgrade to PRO
|
||||
|
||||
In case you have buy a (pro version)[https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc#pro] and you already have a BunkerWeb setup with an UI, you can upgrade doing this :
|
||||
|
||||
- access the **global config page**.
|
||||
- click on the **pro plugin**
|
||||
- fill the **setting Pro License Key**
|
||||
- **save** your changes
|
||||
|
||||
!!! warning "Download"
|
||||
|
||||
The pro version is downloaded in the background by the scheduler. It may take some time before you see the changes to the UI.
|
||||
|
||||
If your license key is valid, the upgrade to the pro version will take place automatically in the background.
|
||||
|
||||
You can check the status of your version by going to the **home page**, you will see this in case of success :
|
||||
|
||||
<figure markdown>
|
||||
{ align=center, width="450" }
|
||||
<figcaption>PRO version card</figcaption>
|
||||
</figure>
|
||||
|
|
|
|||
Loading…
Reference in a new issue