mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 000_intro.md
This commit is contained in:
parent
ae387efb07
commit
26dfdbe977
@ -161,13 +161,26 @@ opencli config update autopatch yes
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If you want to update manually regardless of the schedule, you can run the following command.
|
If you want to update manually regardless of the schedule, you can run the following command.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
opencli update
|
opencli update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Security
|
||||||
|
|
||||||
|
OpenPanel has been built from the ground up with security in mind. Internet history is littered with painful security incidents, so we traded old software compatibility and insecure authentication methods for features that meet today's for features that meet modern security requirements.
|
||||||
|
|
||||||
|
Security features:
|
||||||
|
- disable admin panel
|
||||||
|
- basicauth for admin panel
|
||||||
|
- 2fa for user panel
|
||||||
|
- change panel ports
|
||||||
|
- bruteforce protection for panels
|
||||||
|
- modsecurity waf for domains
|
||||||
|
- isolated user accounts and services
|
||||||
|
- private services
|
||||||
|
- no outgoing email spam
|
||||||
|
- random ports for services
|
||||||
|
Loading…
Reference in New Issue
Block a user