Skip to main content
Every CrazyNode game server is managed through the game panel. This page covers the day-to-day controls you’ll use most often.

Power controls

Kill may cause data loss if the server was mid-save. Always try Stop first.

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-allpower: restart.

User management (subusers)

Invite team members with granular permissions:
  1. Go to Users → Create User.
  2. Enter their email and select permissions (console access, file manager, backups, etc.).
  3. They’ll receive an invitation to access your server without needing your account credentials.