mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
25 lines
1.9 KiB
Markdown
25 lines
1.9 KiB
Markdown
## 🔑 OpenAdmin Keyboard Shortcuts
|
||
|
||
Openadmin can be navigated using keyboard shortcuts:
|
||
|
||
| Shortcut | Action | URL Path |
|
||
|-----------------------------|----------------------------------|-------------------------------|
|
||
| `Ctrl` + `Escape` | Logout | `/logout` |
|
||
| `Ctrl` + `Shift` + `H` | Dashboard | `/dashboard` |
|
||
| `Ctrl` + `Shift` + `N` | Notifications | `/view_notifications` |
|
||
| `Ctrl` + `Shift` + `U` | Users | `/users` |
|
||
| `Ctrl` + `Shift` + `R` | Resellers | `/resellers` |
|
||
| `Ctrl` + `Shift` + `A` | Administrators | `/administrators` |
|
||
| `Ctrl` + `Shift` + `P` | Plans | `/plans` |
|
||
| `Ctrl` + `Shift` + `F` | Feature Manager | `/features` |
|
||
| `Ctrl` + `Shift` + `D` | Domains | `/domains` |
|
||
| `Ctrl` + `Shift` + `E` | Email Accounts | `/emails/accounts` |
|
||
| `Ctrl` + `Shift` + `S` | Services Status | `/services` |
|
||
| `Ctrl` + `Shift` + `C` | ConfigServer Firewall (CSF) | `/security/firewall` |
|
||
| `Ctrl` + `Shift` + `W` | CorazaWAF Settings | `/security/waf` |
|
||
| `Ctrl` + `Shift` + `L` | View Logs | `/services/logs` |
|
||
| `Ctrl` + `Shift` + `B` | Basic Auth | `/security/basic_auth` |
|
||
| `Ctrl` + `Shift` + `1` (Numpad only) | License | `/license` |
|
||
|
||
> ℹ️ Use `Cmd` on macOS in place of `Ctrl`.
|