Sign inSign up

artemisian/steamcmd-dayz

By artemisian

•Updated over 1 year ago

DayZ server for Raspberry PI5 on Debianv8ARM64. For PI5 w/ NVMe hat running Ubuntu Server 24.04 ARM

Image
0

10K+

artemisian/steamcmd-dayz repository overview

This image contains everything you need to start a vanilla DayZ server on a Raspberry PI5 8GB; NVMe hat or SSD is required. This image utilizes arm64v8/debian and my artemisian/pidebian-box64 the base image.

To start the container with proper ports exposed and persistent volume mounted, use the following command:

docker run -i -t -d -p 2302:2302/udp -p 2303:2303/udp -p 2304:2304/udp -p 2305:2305/udp -p 8766:8766/udp -p 27016:27016/udp -v dayz-server-data:/home/ --name dayzpiserver artemisian/steamcmd-dayz:latest

This container is set up to run as a daemon and can be accessed with: docker exec -it dayzpiserver /bin/bash

You will need to edit (using vi) the /home/config.ini and /home/serverfiles/serverDZ.cfg files first. Then run bash dayzserver.sh to install DayZ server. Use bash dayzserver.sh start to start server. Other commands include bash dayzserver.sh restart, bash dayzserver.sh stop, and bash dayzserver.sh monitor.

Original dayzserver.sh script by thelastnoc, modified by hawardgg.

Github: https://github.com/artemisphoenix/DayZServer-PI5⁠

Tag summary

Content type

Image

Digest

sha256:d2d8276f6…

Size

217.2 MB

Last updated

over 1 year ago

docker pull artemisian/steamcmd-dayz