Hosting Project Zomboid on Ubuntu Server
Adapted from this source: https://pzwiki.net/wiki/Dedicated_server Get the latest list of packages, and upgrade. Set your timezone. Create a non-root user. Add them to the sudo group. Logout, and log in as them. apt update apt upgrade timedatectl set-timezone America/Toronto adduser usermod -aG sudo user_name exit…
Continue reading...