Set up and hosting a project zomboid server almost free
Crate a digital ocean account with the link below
Get started on DigitalOcean with a $200, 60-day credit for new users. <<------ Click Here
(To active your account. you need to make a small pre-payment ($5) for verification purposes. This pre-payment will apply to future bills)
![](/static/images/old/2022/10/create_account.jpg)
Create A Droplet
![](/static/images/old/2022/10/create_droplet1.jpg)
![](/static/images/old/2022/10/create_droplet2.jpg)
![](/static/images/old/2022/10/create_droplet3.jpg)
![](/static/images/old/2022/10/create_droplet4-1.jpg)
Click the Droplet panel then click Console
![](/static/images/old/2022/10/create_droplet5-1.jpg)
Install panel and create a panel account
![](/static/images/old/2022/10/install_panel.png)
sudo wget https://s1.pzfans.com/static/other/docker/pterodactyl/panel/panel.sh;sudo sh panel.sh
Copy the code, paste it to the console and hit enter, Then wait for the installation.
Create a Panel account
![](/static/images/old/2022/10/panel_account.png)
Open The Panel Web url
http://your server ip address such as http://167.99.235.105 (You can find your server ip on the Droplet panel)
![](/static/images/old/2022/10/dropel_ip.png)
Login in with your account
![](/static/images/old/2022/10/panel_login.jpg)
Add Location and Node
Click "Admin"
![](/static/images/old/2022/10/click_admin.png)
Click Locations --> Create New --> Create
![](/static/images/old/2022/10/create_lc.jpg)
Click Nodes --> Create New --> Create Node
![](/static/images/old/2022/10/create_node_config.jpg)
*: Total Memory and Total DIsk Space should lower than your sever's total number.
Add ports
![](/static/images/old/2022/10/add_ports.png)
Config and run node server
Switch back to the Console
sudo mkdir /etc/pterodactyl/
sudo nano /etc/pterodactyl/config.yml
![](/static/images/old/2022/10/edit_config-2.png)
Run the code (hit enter)
Copy config from panel web
![](/static/images/old/2022/10/Configuration_File.jpg)
Paste it to the Console
![](/static/images/old/2022/10/nano_1.jpg)
Press Ctrl + x --> Y --> Enter, to save the config file
![](/static/images/old/2022/10/nano_2.png)
![](/static/images/old/2022/10/nano_3.png)
Install wings
sudo mkdir wings;cd wings
sudo wget https://s1.pzfans.com/static/other/docker/pterodactyl/panel/wings/docker-compose.yaml
sudo docker-compose up -d
Run the command
![](/static/images/old/2022/10/install_wings.png)
Check if the node is connected
![](/static/images/old/2022/10/node_connected.jpg)
Add nest and egg
Click Nests --> Create New -->Save
![](/static/images/old/2022/10/create_nests.jpg)
Click Nests --> Import Egg
You can download Egg File here or on github
![](/static/images/old/2022/10/import_egg.jpg)
Add server
Click Servers --> Create New --> Create Server
![](/static/images/old/2022/10/add_server_1.png)
Per user Per Port
![](/static/images/old/2022/10/add_server_2.jpg)
![](/static/images/old/2022/10/add_server_3.jpg)
Wait for server installation process end
![](/static/images/old/2022/10/server_started.png)
Connect to your own server
![](/static/images/old/2022/10/connected.jpg)