My server appears to be starting correctly, but when I run status I receive the following message:
Running command 'status' for instance 'main'
Server running: Yes
Server listening: No
Server version: 5349305
Not sure where to check, I have the ports open on the docker call and on my router.
docker run -it -p 7778:7778 -p 7778:7778/udp -p 27015:27015 -p 27015:27015/udp -p 32330:32330 -e SESSIONNAME='####' -e ADMINPASSWORD='####' -e SERVERPASSWORD='####' -e AUTOUPDATE=120 -e AUTOBACKUP=60 -e WARNMINUTE=30 -e TZ='America/Los_Angeles' -v /opt/docker/ark:/ark --restart unless-stopped --name ark turzam/ark
Any help or direction will be much appreciated.
My server appears to be starting correctly, but when I run status I receive the following message:
Not sure where to check, I have the ports open on the docker call and on my router.
docker run -it -p 7778:7778 -p 7778:7778/udp -p 27015:27015 -p 27015:27015/udp -p 32330:32330 -e SESSIONNAME='####' -e ADMINPASSWORD='####' -e SERVERPASSWORD='####' -e AUTOUPDATE=120 -e AUTOBACKUP=60 -e WARNMINUTE=30 -e TZ='America/Los_Angeles' -v /opt/docker/ark:/ark --restart unless-stopped --name ark turzam/arkAny help or direction will be much appreciated.