Welcome to the Pterodactyl Panel User Guide for Quantum DevsWork.
This guide will help you understand and fully utilize the features of your game server through our custom Pterodactyl Panel.
- Go to https://gaming.quantumdevswork.com (Coming Soon).
- Log in using the email and password from your welcome email.
- After login, you will see your assigned server(s) on the dashboard.
🧠 Tip: Always log out after using a public or shared computer.
On your server's main page, you can:
- Start: Boot up the server.
- Stop: Shut down the server safely.
- Restart: Reboot the server without shutting it down manually.
Additionally, the Resource Monitor displays real-time usage:
- CPU (%)
- RAM (MB)
- Disk Space (MB)
- Network Traffic (MB)
¶ 📂 3. Uploading Files and Installing Mods
You can easily manage server files:
- Go to the Files tab.
- Upload new maps, mods, or server files by clicking Upload.
- Use SFTP Access (via FileZilla or WinSCP) if you prefer bulk uploads:
- Host:
sftp.gaming.quantumdevswork.com
- Port:
2022
- Username: Your panel email
- Password: Your panel password
Important:
Always check compatibility of mods with your game version.
🛠️ Incorrect mods can crash your server. Always backup before major changes.
The Console tab allows you to:
- View server logs in real time.
- Execute commands directly into your server (e.g.,
restart
, say Server restarting soon!
, op playername
).
- Manage server status without needing SSH.
Console usage is instant and synchronized with the game server.
You can automate tasks like restarts or backups:
- Go to Schedules.
- Click Create Schedule.
- Set:
- Name: e.g., Daily Restart
- Time: Choose the time zone and schedule (every day, every X hours).
- Add a new Task:
- Action:
Send Command
- Payload:
restart
or custom command
🧠 Scheduled tasks keep your server healthy without manual intervention.
¶ 🛡️ 6. Creating and Managing Backups
Backing up your server is essential.
- Go to Backups.
- Click Create Backup.
- Name your backup and select options (e.g., Lock Backup to prevent deletion).
- Download backups locally if desired.
⚠️ Regular backups protect you from data loss due to errors or updates gone wrong.
Allow trusted users to help manage your server:
- Go to Users tab.
- Click Invite User.
- Enter their email address.
- Assign permissions:
- Console Access
- File Management
- Schedule Management
- Backup Creation/Deletion
- Subuser Management
🚨 Only grant permissions you trust; subusers can modify or damage your server if given full access.
- Use a strong, unique password for your panel account.
- Enable Two-Factor Authentication (2FA) in your panel settings.
- Regularly review active sessions and subuser permissions.
- Update your SFTP password if you suspect compromise.
Your server's security is your responsibility. Quantum DevsWork enforces standard protections, but weak user practices can still cause breaches.
Some servers include access to a MySQL or MariaDB database.
You can manage your database through phpMyAdmin:
- Visit https://gaming-db.quantumdevswork.com (Coming Soon).
- Use the database credentials provided in your server details.
- Username: Provided via the panel
- Password: Provided via the panel
- Database Name: Provided via the panel
- Server Host: Usually
localhost
or specified in the panel
- After logging in, you can:
- Create new tables
- Edit data directly
- Import or export database dumps (.sql files)
- Run SQL queries manually
Important:
Be cautious when modifying live databases, as incorrect changes can cause server malfunctions.
🧠 Always make a backup of your database before applying major modifications.
If you need help or something is not working:
- Submit a Support Ticket.
- Describe the problem clearly (include screenshots if possible).
- Our team will assist you promptly.
📘 End of the Developer Tools Section.