/etc/myrax/config.toml. The installer writes it for
you; change it interactively with myrax configure or edit the file and
restart the service.
config.toml
myrax configure
Interactive reconfiguration — change bind, port, panel path or credentials:Serve flags
myrax serve is what the service unit runs. Flags override the config file:
Security notes
- Passwords are stored as argon2 hashes; login is rate-limited per IP.
- Sessions are signed cookies (
myrax_session), checked on every API call. - With a non-root
panel_path, unknown paths return a decoy page instead of the login screen.