Core
| Command | What it does |
|---|---|
myrax serve | run the panel (what the service unit runs) |
myrax configure | change bind, port, panel path, credentials |
myrax update | self-update from the latest GitHub release |
myrax version | print version |
myrax uninstall | remove binary, service, config and data |
myrax help | usage |
serve flags
| Flag | Meaning |
|---|---|
--host | bind address |
--port | listen port |
--config | path to config.toml |
configure flags
| Flag | Meaning |
|---|---|
--host, --port | bind address and port |
--panel-path | URL prefix for the panel |
--username | admin username |
--password-stdin | read the new password from stdin |
--config | path to config.toml |
Add-ons
The plugin system is off by default:Plugins
| Command | What it does |
|---|---|
myrax plugin store | show the built-in catalog |
myrax plugin list | list installed plugins (interactive enable/disable) |
myrax plugin install <name|url|path> | install from the store by name, from a git URL or a local directory |
myrax plugin update <id> | re-install from the plugin’s source |
myrax plugin remove | pick and remove a plugin |
myrax plugin enable <id> / disable <id> | toggle without removing |
myrax plugin logs <id> | tail the runtime log |
myrax plugin restart <id> | restart the runtime process |
myrax plugin-runtime is internal — it hosts built-in runtimes (the Terminal
pty) and is only meant to be referenced from plugin manifests.