Language & Currency

Currency

Project Zomboid: Your game, your server

Project Zomboid Rent server
from 4.32
AUD /month
from 5.26
BGN /month
from 15.90
BRL /month
from 3.99
CAD /month
from 2.62
CHF /month
from 21.25
CNY /month
from 68.17
CZK /month
from 20.07
DKK /month
from 2.69
EUR /month
from 2.26
GBP /month
from 22.87
HKD /month
from 20.27
HRK /month
from 1,054.21
HUF /month
from 47,212.46
IDR /month
from 10.63
ILS /month
from 244.68
INR /month
from 401.62
ISK /month
from 465.02
JPY /month
from 4,029.32
KRW /month
from 51.95
MXN /month
from 13.68
MYR /month
from 31.48
NOK /month
from 4.79
NZD /month
from 171.01
PHP /month
from 11.45
PLN /month
from 13.38
RON /month
from 315.27
RUB /month
from 30.93
SEK /month
from 3.93
SGD /month
from 105.90
THB /month
from 96.75
TRY /month
from 2.93
USD /month
from 52.71
ZAR /month
from 19.24
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.

  1. Stop your server on our site
  2. Click on the name of your server.
  3. Click on servertest.ini on the left.
  4. Edit the file in the right text editor.
  5. Find the line WorkshopItems=.
  6. Enter the WorkshopID of the mod in this line. In this example, it would be 2447729538.
    The line should look like this: WorkshopItems=2447729538.
  7. Find the line Mods=.
  8. Enter the name of the mod in this line. In this example, it would be FH.
    The line should look like this: Mods=FH.
  9. 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.