When playing on a Project Zomboid server, using the admin account can provide access to numerous powers and changes from the in-game admin menu. However, if you wish to have in-depth abilities to change the server even further, you will want to use the Project Zomboid admin commands. Wheth...
version: "3.7" services: project-zomboid: image: ghcr.io/cyrale/project-zomboid restart: unless-stopped environment: SERVER_NAME: "pzserver" ADMIN_PASSWORD: "pzserver-password" ports: - "8766:8766/udp" - "8767:8767/udp" - "16261:16261/udp" - "16262-16272:16262-16272" - "27015:27015...
If you want to install additional software or use a particular operating system, you can manually set up the Project Zomboid multiplayer server using commands. Here is how to do so in Debian-based distros. 1. Set up Your VPS Before running commands on your VPS, connect to itusing an SSH...
User 'admin' not found, creating it Command line admin password: null You will be prompted to enter a new password for the Zomboid server admin user. Type in something secure, as someone could use it to control your server. Enter new administrator password: Confirm the password: 11. Once ...
import{ZomboidCommands,ZomboidRconClient}from'project-zomboid-rcon' Example import*asZomboidfrom'project-zomboid-rcon'// Initialize the clientconstzomboid=newZomboid({host:"1.2.3.4",// the IP address to your serverport:1234,// RCONPort in the server inipassword:"bestpasswordevermade"// RCONPasswo...
send(ZomboidCommands.GRANT_ADMIN, "Alex") // granting admin to Alex // More than 1 argument? Supply in the same string! zomboid.send(ZomboidCommands.ADD_ITEM, "Alex Base.Tshirt_CamoUrban") // Disconnect using the .disconnect() function zomboid.disconnect()...
We’re always hard at work on our next Project Zomboid update, as you can see in ourThursdoid blog posts. However, with so much information, it may be difficult to remember just what exactly is in our next update, so we’ve decided to put all the important information on a single pag...
If you would like your server to have only one predefined spawn point, you can set a fixed spawn point using your server's control panel. Note:Project Zomboid requires three coordinates in the configuration file, but you only need to use the first two. The third number is for the h...
As said before though, this is probably a longer term goal, and our focus right now is squarely on the new post-apoc crafting tech tree. This is all, however, our first (big) step towards the longer term goal of unifying how these things work across the entirety of Project Zomboid. ...
For the AMP community to share Generic Module templates. - AMPTemplates/project-zomboidconfig.json at 17e2758d9293d3839d25648375dc4f41f23a477e · CubeCoders/AMPTemplates