Update disable-admin.md

This commit is contained in:
Radovan Ječmenica 2025-04-30 15:03:10 +02:00 committed by GitHub
parent de3091c769
commit 4e1d7942a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,10 @@
sidebar_position: 7
---
# Disable Admin Panel
As an advanced security measure, you can temporarily disable access to the OpenAdmin interface. This will disable the admin panel and you can turn it back on when needed by executing the command `opencli admin on`
# Disable OpenAdmin
As an advanced security measure, OpenPanel allows you to completely disable the OpenAdmin interface and its related admin service.
By enabling this option, access to OpenAdmin will be blocked, preventing any further administrative changes through the UI. This is particularly useful for hardened production environments where direct UI access is unnecessary or unwanted.
Use this feature with caution — re-enabling OpenAdmin access will require manual intervention via server-side configuration. 📘 [Learn more](https://dev.openpanel.com/cli/admin.html#Enable-Disable-adminpanel)