Skip to main content
Version: 1.7.41

Keyboard Shortcuts

OpenAdmin UI can be navigated using keyboard shortcuts.

Available shortcuts

To view all available shortcuts: Ctrl + K

ShortcutActionURL Path
Ctrl + EscapeLogout/logout
Ctrl + Shift + HDashboard/dashboard
Ctrl + Shift + NNotifications/view_notifications
Ctrl + Shift + UUsers/users
Ctrl + Shift + RResellers/resellers
Ctrl + Shift + AAdministrators/administrators
Ctrl + Shift + PPlans/plans
Ctrl + Shift + FFeature Manager/features
Ctrl + Shift + DDomains/domains
Ctrl + Shift + EEmail Accounts/emails/accounts
Ctrl + Shift + SServices Status/services
Ctrl + Shift + CConfigServer Firewall (CSF)/security/firewall
Ctrl + Shift + WCorazaWAF Settings/security/waf
Ctrl + Shift + LView Logs/services/logs
Ctrl + Shift + BBasic Auth/security/basic_auth
Ctrl + Shift + 1 (Numpad only)License/license

ℹ️ Use Cmd on macOS in place of Ctrl.


Edit shortcuts

From OpenPanel 1.7.41 Administrators can edit the shortcuts and customize them. To edit shortcuts, edit file: /etc/openpanel/openadmin/config/shortcuts.json.

Default content:

{
"ctrl+shift+h": "/dashboard",
"ctrl+shift+n": "/notifications",
"ctrl+shift+u": "/users",
"ctrl+shift+r": "/resellers",
"ctrl+shift+a": "/administrators",
"ctrl+shift+p": "/plans",
"ctrl+shift+f": "/features",
"ctrl+shift+d": "/domains",
"ctrl+shift+e": "/emails/accounts",
"ctrl+shift+s": "/services",
"ctrl+shift+c": "/security/firewall",
"ctrl+shift+w": "/security/waf",
"ctrl+shift+l": "/services/logs",
"ctrl+shift+b": "/security/basic_auth",
"ctrl+escape": "/logout"
}

After editing the file, restart OpenAdmin: service admin restart.


Disable shortcuts

To completelly disable the shortcuts, delete the file: /etc/openpanel/openadmin/config/shortcuts.json