FAQ
General Information
The basic configuration of a Minecraft server is a key stage that determines the stability, security, and comfort of gameplay on your server.
On this page, you'll find answers to the most frequently asked questions (FAQ) regarding the first steps with your own server—from settings that allow players with non-premium versions to join, through troubleshooting common errors, to practical tips about technical parameters.
Configuring a server is mainly based on editing files such as server.properties, spigot.yml, bukkit.yml, purpur.yml, paper-global.yml, etc., and adjusting them to your needs.
It should also be noted that choosing the right core and offer is important—see the guides:
How to allow non-premium players to join the Minecraft server?
- Turn off the server in the
Consoletab. - Go to the
Filestab. - Open the
server.propertiesfile and find the lineonline-mode=- Set the value to:
online-mode=false.
- Set the value to:
- Save the file and restart the server (click START in the Console).
"Chat Verification Error" Message
- Turn off the server in the
Consoletab. - Go to the
Filestab. - Upload the FreedomChat plugin into the
pluginsfolder. - Return to the main server folder.
- Open the
server.propertiesfile and find the lineenforce-secure-profile=- Set the value to:
enforce-secure-profile=false.
- Set the value to:
- Save the file and restart the server.
How to change render-distance on the server?
- Turn off the server in the
Consoletab. - Go to the
Filestab. - Open the
server.propertiesfile and find the lineview-distance=- Set the value (in chunks), e.g.,
view-distance=10(max. 32).
- Set the value (in chunks), e.g.,
- Save the file and restart the server.
How to give yourself OP on the server?
- Use the command:
op [player_nickname]in theConsoletab.
Important: Do not use / in the console.
How to change the number of slots on the server?
- Stop the server in the
Consoletab. - Go to the
Filestab. - Open the
server.propertiesfile and find the linemax-players=- Set the value to the desired number of slots, e.g.,
max-players=50.
- Set the value to the desired number of slots, e.g.,
- Save the file and start the server again (click START in the Console).
How to change the server IP?
You cannot change the server IP, but you can:
- Set up a free subdomain (
Subdomaintab) — e.g.,yourname.icsv.ploryourname.6mc.pl - Link your own domain purchased on, for example, OVH — How to connect a domain to your server?
What to do if the server won't start?
- Contact us on Discord – #pomoc-minecraft
- Or via a support ticket in the panel
Always attach the
logs/latest.logfile, preferably sent through tools.icehost.pl
How to reset the server world?
- Turn off the server.
- Go to the
Filestab. - Delete the world folder (default
world). - Restart the server.
This process is irreversible! Make a Backup
How to set a world seed?
- Turn off the server.
- Go to the
Filestab. - Delete the world folder (default
world). - Open the
server.propertiesfile and find the linelevel-seed=
- After
=, enter your seed.
- Restart the server.
This process is irreversible! Make a Backup
How to manage the whitelist?
The easiest way is using commands:
/whitelist on– enables whitelist/whitelist off– disables whitelist/whitelist add [player_name]– adds a player/whitelist remove [player_name]– removes a player/whitelist list– player list
How to set your own MOTD (server description)?
Method 1 – via server.properties:
- Turn off the server.
- Open
server.properties. - Find the line
motd=and enter your description.
You can design it here: mctools.org/motd-creator - Restart the server.
Method 2 – MiniMOTD plugin:
- Put the MiniMOTD plugin into the
pluginsfolder. - Start and then stop the server.
- Open the file
plugins/MiniMOTD/main.conf - Change:
line1="<gold>Server Hosted at <bold><blue>Ice<white>Host.pl"line2=""
- Restart the server.
"Failed to verify username" error
- Turn off the server.
- Open the
server.propertiesfile. - Find
online-mode=and set:online-mode=false - Restart the server.
How to upload a custom server core?
See the guide: How to change the core version?
How to optimize the server?
Check this optimization guide:
https://github.com/YouHaveTrouble/minecraft-optimization
This is only basic optimization, which should help relieve server load at least a little.
How to set up automatic backups?
Use the Schedule tab in the panel.
Details can be found in the guide Schedules – Server Automation
How to change server difficulty?
Method 1 – via server.properties
- Turn off the server.
- Open the
server.propertiesfile. - Find
difficulty=and set:
peaceful,easy,normal,hard
- Restart the server.
Method 2 – via Console
- Enter the command:
difficulty peaceful|easy|normal|hard
What happens when you change your offer?
- Worlds and data will not be deleted.
- Only server parameters will change (RAM, disk, number of vcpus).
- Before changing, make a backup to ensure you do not lose anything!
How to set a flat world?
- Turn off the server.
- Open the
server.propertiesfile. - Find the generator line and set:
level-type=flat
- Delete the world folder (
world). - Restart the server.
How to upload files larger than 100MB?
Use SFTP (Secure File Transfer Protocol). SFTP allows secure and fast transfer of large files directly from your computer to the Minecraft server. How to connect to SFTP?
Unable to Access Jarfile Error
The Error: Unable to access jarfile error means that the server cannot find the server.jar file.
Make sure the server.jar file is located in the Files tab. If this file is missing, select any core from the Core Versions tab - it will be automatically downloaded to the server.
Connection Refused: No Further Information Error
The Connection refused: no further information error means that Minecraft cannot establish a connection to the server because it was rejected.
Check the following issues:
- Is the server running? Check the status in the console - on the left side of the console it should say
RUNNING. - Are you using the correct address? You can find the correct IP address in the console on the left side marked as IP-1 or IP-2.
- Are the mods synchronized? Make sure that the mods installed on the server are identical to those in your client.
Flying is Not Enabled on This Server Error
The Flying is not enabled on this server error appears when a player gets kicked from the server for flying in survival mode when this feature is disabled.
- Turn off the server in the
Consoletab. - Go to the
Filestab. - Open the
server.propertiesfile and find the lineallow-flight=- Set the value:
allow-flight=true.
- Set the value:
- Save the file and restart the server.
Connection Closed - Mismatched Mod Channel List Error
The Connection closed - mismatched mod channel list error occurs when the list of mods installed by the player is not identical to the one on the server.
Solution:
- Compare the contents of your
mods/folder with themods/folder on the server. - Check if all mod versions are identical.
- Make sure you are using the same mod platform - Forge and Fabric are incompatible with each other.
Outdated Server! I'm Still on (Server Version) Error
This message means that the server is running on an older version of Minecraft than your game.
For players:
The easiest way is to change the game version in the launcher to the one indicated in the error message.
For server owners:
- Change the server version in the
Core Versionstab. - To allow players to join from different versions, install the ViaVersion plugin.