Language & Currency

Currency

Project Zomboid: Your game, your server

Rent server
from 3.72
AUD /month
from 4.38
BGN /month
from 12.36
BRL /month
from 3.38
CAD /month
from 2.20
CHF /month
from 17.14
CNY /month
from 52.55
CZK /month
from 16.69
DKK /month
from 2.24
EUR /month
from 1.97
GBP /month
from 19.47
HKD /month
from 16.88
HRK /month
from 837.63
HUF /month
from 36,430.46
IDR /month
from 9.02
ILS /month
from 202.83
INR /month
from 336.22
ISK /month
from 333.58
JPY /month
from 3,283.15
KRW /month
from 44.40
MXN /month
from 11.05
MYR /month
from 26.50
NOK /month
from 3.96
NZD /month
from 137.28
PHP /month
from 10.28
PLN /month
from 11.04
RON /month
from 262.53
RUB /month
from 25.40
SEK /month
from 3.29
SGD /month
from 83.84
THB /month
from 48.34
TRY /month
from 2.48
USD /month
from 45.10
ZAR /month
from 11.32
date /month

How to Install Mods in Project Zomboid

To use mods in Project Zomboid, your server must be in Advanced Mode.

We will use the example mod Fluffy Hair.

Stop your server on our site

  1. Click on the name of your server.
  2. Click on servertest.ini on the left.
  3. Edit the file in the right text editor.
  4. Find the line WorkshopItems=.
  5. Enter the WorkshopID of the mod in this line. In this example, it would be 2447729538.
    The line should look like this: WorkshopItems=2447729538.
  6. Find the line Mods=.
  7. Enter the name of the mod in this line. In this example, it would be FH.
    The line should look like this: Mods=FH.
  8. Click on Save.

Important: Multiple ModIDs and mod names are entered separated by semicolons. You must also ensure that the order is maintained. Correct:

    WorkshopItems=Mod1;Mod2;Mod3
    Mods=Mod1;Mod2;Mod3

Incorrect:

    WorkshopItems=Mod1;Mod2;Mod3
    Mods=Mod1;Mod3;Mod2

Mod Maps


Mod maps are installed in the same way as mods.
In the servertest.ini file, you also need to add the mod maps using the following line:

    Map=

It is important to insert mod maps before vanilla maps, for example:

    Map=Modmap1;Modmap2;Muldraugh, KY

Otherwise, they will not work correctly.
You can find the required map names in the mod’s description.