What is a whitelist and how do I set it up
In Minecraft, a whitelist is a mechanism that allows server administrators to control who can join their server. By default, Minecraft servers are open to anyone, but enabling a whitelist restricts access to only those players whose usernames are on the whitelist.
To set up a whitelist in Minecraft:
- Open the
server.properties
file. - Change
white-list=false
towhite-list=true
. - Create new or edit the file named
whitelist.json
. - Add player usernames to
whitelist.json
, one per line.- You can use the tool at: mctools.org/whitelist-creator to auto generate the file
- Restart the server.
How do I install mods on my server
Install mods/packs manually
- Download your mod or modpack
- Open the “Files” tab and use the Upload button to transfer your mods
- If you have to move multiple folders, please zip/compress the folder
- Transfer the compressed file, the click on the three dots and Unarchive the file
You can also use the “Mod Installer” tab if your server type is compatible.
- Click on the “Mod Installer” tab
- Search for your mod of choice and click install. This will download the mod files directly to your server folder
My mod says I need a database. How do I set that up
Open the “Databases” Tab and click New Database
Give the Database a name and click Create Database
How do I manage my server
Visit panel.questcrafts.com and click on your server.
You are able to run all console commands along with editing files other features.
Can other people help manage my server
Under the “Users” tab, you may add a user and provide access permissions by entering their email
- If the user has already created an account, they may log in
I need to change the Java Version of the server
Click the “Startup” tab and then use the dropdown in the Docker Image box to select the Java version
How can I schedule backups for my server.
- Click on the Schedules tab and select Create schedule
- Give it a name and set the Time using Cronjob Syntax
- Click on “Show Cheatsheet” for examples
- Also, reference crontab.guru for further help with your values
- Now that the scheduler is set to run, click it and select new task
- In the “Action” box, select Backup from the dropdown and then Create Task