Thanks for visiting our wiki! Click here to order your own game server at SurvivalServers.com

Difference between revisions of "Project Zomboid Server Configuration"

From Survival Servers
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
Server settings can be changed using [[FTP_Access | FTP]] or using the Admin panel.
 
Server settings can be changed using [[FTP_Access | FTP]] or using the Admin panel.
 
===FTP===
 
===FTP===
#After logging in using FTP, nagivate to '''\GameServerID\Server'''.
+
#After logging in using FTP, nagivate to '''\Server'''.
#You will find two files with the extensions '''worldname.ini''' and '''worldname_SandboxVars.lua'''.
+
#By default, you will find two files with the extensions '''MyWorld.ini''' and '''MyWorld_SandboxVars.lua'''.
 
#The setting/settings you are looking to change will determine which file to open.
 
#The setting/settings you are looking to change will determine which file to open.
 
#The .ini file will be general server settings, while the .lua will be your sandbox settings.
 
#The .ini file will be general server settings, while the .lua will be your sandbox settings.
Line 16: Line 16:
  
 
===Coordinates===
 
===Coordinates===
#Using FTP, open worldname.ini in \GameServerID\Server and change '''SpawnPoint=0,0,0''' to the coordinates where you want all players to spawn.<br>"Coordinates can be located here https://map.projectzomboid.com/"
+
#Using FTP, open '''MyWorld.ini''' by default in \GameServerID\Server and change '''SpawnPoint=0,0,0''' to the coordinates where you want all players to spawn.<br>"Coordinates can be located here https://map.projectzomboid.com/"
  
 
===Regions===
 
===Regions===
#Using FTP, open worldname_spawnregions.lua in \GameServerID\Server.<br>
+
#Using FTP, open '''MyWorld_spawnregions.lua''' in \GameServerID\Server.<br>
#If the file does not exist, you can create the file.<br>''Example: For all default maps.''<br>[[File:Custom_spawn_regions.png]]
+
#If the file does not exist, you can create the file. An example file can be found [https://drive.google.com/file/d/1LVoAh8L6ali6ci25NOYf7idgMtfkUyiB/view?usp=sharing HERE].<br>''Example: For all default maps.''<br>[[File:Custom_spawn_regions.png]]
 +
#In the '''MyWorld.ini''', be sure '''SpawnRegions=MyWorld_spawnregions.lua''' is set.
 
#You would remove or add the regions you would like to have as options for players to spawn at.<br> "Custom maps from mods can also be added after being added properly" ->[[Project_Zomboid_How_to_Add_Mods|Adding Mods]].
 
#You would remove or add the regions you would like to have as options for players to spawn at.<br> "Custom maps from mods can also be added after being added properly" ->[[Project_Zomboid_How_to_Add_Mods|Adding Mods]].

Latest revision as of 11:10, 17 June 2023

Changing Settings

Server settings can be changed using FTP or using the Admin panel.

FTP

  1. After logging in using FTP, nagivate to \Server.
  2. By default, you will find two files with the extensions MyWorld.ini and MyWorld_SandboxVars.lua.
  3. The setting/settings you are looking to change will determine which file to open.
  4. The .ini file will be general server settings, while the .lua will be your sandbox settings.
  5. After your changes are made, save the file and restart the server if needed.

Admin Panel

  1. Grant yourself admin using /setaccesslevel "username" admin in chat.
    "By default, the server owner can gain admin rights by logging in to their server using the username "admin" and their RCON password, which is located in their control panel."
  2. Pressing "Esc" on your keyboard will open up a menu and the Admin Panel can then be selected.

Custom Spawn Points

Spawn points can be forced per coordinates or given as a choice per region.

Coordinates

  1. Using FTP, open MyWorld.ini by default in \GameServerID\Server and change SpawnPoint=0,0,0 to the coordinates where you want all players to spawn.
    "Coordinates can be located here https://map.projectzomboid.com/"

Regions

  1. Using FTP, open MyWorld_spawnregions.lua in \GameServerID\Server.
  2. If the file does not exist, you can create the file. An example file can be found HERE.
    Example: For all default maps.
    Custom spawn regions.png
  3. In the MyWorld.ini, be sure SpawnRegions=MyWorld_spawnregions.lua is set.
  4. You would remove or add the regions you would like to have as options for players to spawn at.
    "Custom maps from mods can also be added after being added properly" ->Adding Mods.


Share your opinion