Power controls
Console
The live console shows real-time server output and lets you send commands. Type any server command (e.g.,say Hello! on Minecraft, restart on FiveM) and press Enter.
Resource monitoring
The panel displays live CPU, memory, and disk usage. If any resource stays near 100%, review performance optimization.Scheduled tasks
Automate routine actions from the Schedules tab:- Auto-restart at fixed times to keep memory fresh
- Automated backups on a daily or weekly cadence
- Custom commands like broadcasting messages or saving worlds
1
Open Schedules
From your server panel, click Schedules → Create Schedule.
2
Set the timing
Use cron syntax to define when the task runs (e.g.,
0 4 * * * for daily at 4 AM).3
Add tasks
Chain tasks like
send command: save-all → power: restart.User management (subusers)
Invite team members with granular permissions:- Go to Users → Create User.
- Enter their email and select permissions (console access, file manager, backups, etc.).
- They’ll receive an invitation to access your server without needing your account credentials.
