Most game servers allow you to change the active map, world, or game mode through configuration files. The exact process varies by game, but the general approach is similar across all titles.
Changing the Map
To change your server’s map, you will typically need to update a value in the server’s main configuration file. For Minecraft, the level-name setting in server.properties determines which world folder is loaded. For FiveM, custom maps are loaded as resources in server.cfg. For other games, look for settings like map, level, or world in the relevant config file.
If you are loading a custom map, make sure the map files have been uploaded to the correct directory on your server before changing the configuration. After updating the config, restart your server.
Changing the Game Mode
Game mode settings are also controlled through configuration files. In Minecraft, the gamemode setting in server.properties can be set to survival, creative, adventure, or spectator. In other titles, look for a mode, gamemode, or similar setting in your server’s config.
Some game modes may require additional plugins, mods, or resources to function properly. Always check the requirements before switching.
Tip: Before changing maps or game modes, create a backup of your current server data. This way, you can easily switch back if needed.