Launch the Project Zomboid game. Log into your server using the Admin account. Once in-game, press T or Enter until the chat bar is open. Type /, followed by your desired command and details. Press Enter to submit the command and allow it to take effect.Project...
We at “The Indie Stone”, creators and copyright owners of “Project Zomboid” hereby grant permission for you to create and monetize gameplay & machinima videos (for example, “Let’s Play” videos, and videos for review or preview purposes) of “Project Zomboid” on YouTube or other onli...
Using zomboid-rcon is easy. Here's a basic example: from zomboid_rcon import ZomboidRCON if __name__ == "__main__": pz = ZomboidRCON(ip='localhost', port=12345, password='myPassword') command = pz.serverMsg("You dead yet?") print(command.response) This example connects to a serv...
Once tmux is configured, create a new virtual Terminal instance using the following command: tmux Navigate to the Project Zomboid server installation directory. Since we installed it in the default location, we will use the following command. Otherwise, change the path accordingly: ...
grantadmin / removeadmin:you can use grantadmin command to grant a person access to all the administrator rights. Similarly, you can use removeadmin command to take administrator right from the user. Eg: /grantadmin “username”. reloadoption:you can use this command to reload all the options...