Keyboard Shortcuts¶
MonsterOps is keyboard-friendly. The two global shortcuts:
| Shortcut | Action |
|---|---|
Ctrl / Cmd + K |
Focus the sidebar Quick Search (filters navigation; Enter opens the first match, Esc clears) |
` (backtick) |
Toggle the Server Console (superadmin only, when enabled) |
Notes¶
- Quick Search filters the sidebar as you type — a fast way to jump between modules without reaching for the mouse.
- The Server Console shortcut only does anything when the console is enabled
(
MONSTEROPS_CONSOLE_ENABLED=true) and you're a superadmin — see Health. - Navigation is hash-based (
/#/users,/#/nas, …), so moving between pages never triggers a full reload.
Related¶
- Health — the Server Console
- Configuration — enabling the console
MonsterOps