Introduction to the Game Panel
Learn how to navigate and use the NodeByte game panel to manage your servers.
Introduction to the Game Panel
The NodeByte Game Panel is a custom fork of Pterodactyl, designed specifically for managing your Minecraft and Rust game servers. This guide will help you navigate and understand the panel's features.
Accessing the Panel
Visit panel.nodebyte.host and log in with your credentials. If you've forgotten your password, use the "Forgot Password" link.
Dashboard Overview
When you log in, you'll see the main dashboard with:
| Section | Description |
|---|---|
| Server List | All your active servers |
| Account Settings | Profile and security options |
| API Credentials | For integrations and automation |
Server Console
The console is your primary interface for managing your server:
Controls
- Start - Boot your server
- Stop - Gracefully shut down
- Restart - Stop and start in one click
- Kill - Force stop (use sparingly!)
Console Output
The console shows real-time server logs:
[Server] Starting Minecraft server version 1.21.4
[Server] Loading properties...
[Server] Done! (5.234s)
You can also type commands directly into the console.
File Manager
Access and manage your server files without external software:
Features
- 📁 Create folders
- 📄 Create/edit files
- ⬆️ Upload files (drag & drop supported!)
- ⬇️ Download files
- 🗑️ Delete files
- ✏️ Rename files
Important Directories
| Game | Config Location |
|---|---|
| Minecraft | /server.properties, /bukkit.yml |
| Rust | /server/rust/cfg/ |
SFTP Access
For bulk file transfers, use SFTP:
Host: panel.nodebyte.host
Port: 2022
Username: your-username.server-id
Password: Your panel password
Note: Some FTP clients (FileZilla, WinSCP) may need explicit SFTP configuration.
Database Management
Create and manage MySQL databases:
- Go to Databases tab
- Click New Database
- Note your database credentials
- Connect from your server/plugins
Example connection string:
jdbc:mysql://host:3306/database_name
Backup System
Keep your data safe with automatic and manual backups:
Creating Backups
- Navigate to Backups
- Click Create Backup
- Optionally name your backup
- Wait for completion
Restoring Backups
- Find the backup you want
- Click Restore
- Confirm the restoration
⚠️ Warning: Restoring a backup will overwrite current files!
Schedule Tasks
Automate server management with scheduled tasks:
Common Schedules
// Daily restart at 4 AM
0 4 * * * power restart
// Backup every 6 hours
0 */6 * * * backup create
// Weekly restart on Sundays
0 3 * * 0 power restart
Creating a Schedule
- Go to Schedules
- Click Create Schedule
- Set the cron expression
- Add tasks to run
- Enable the schedule
Subusers
Grant access to friends or team members:
| Permission Level | Capabilities |
|---|---|
| Viewer | Console view only |
| Operator | Console + start/stop |
| Admin | Full access (except delete) |
Adding a Subuser
- Go to Users
- Enter their email
- Select permissions
- Send invite
Activity Log
Track all actions on your server:
- Who did what
- When it happened
- What commands were run
Great for security auditing!
Network Settings
Manage allocations (IP:Port combinations):
- View your server's connection address
- Request additional ports if needed
- See allocation usage
Tips & Best Practices
- Regular Backups - Schedule daily backups minimum
- Monitor Resources - Check CPU/RAM usage regularly
- Update Regularly - Keep server software current
- Secure Access - Use strong passwords, limit subuser access
- Document Changes - Note what you modify for troubleshooting
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl + / |
Focus console input |
Up Arrow |
Previous command |
Down Arrow |
Next command |
Tab |
Command autocomplete (some servers) |
Need More Help?
- Check specific game guides in our Knowledge Base
- Join our Discord
- Contact Support