Share: Run teamspeak 3 server on your ARM devices,raspberry pi and more
such as nanopi\raspberry pi
arm7\arm8 devices even on router…
thanks for ertagh to make the docker image…
just run it with docker on your pi
docker run -d --name TeamSpeak3_Server -e TIME_ZONE=Europe/Berlin -p 9987:9987/udp -p 10011:10011/tcp -p 30033:30033/tcp -v ts3:/teamspeak/save/ ertagh/teamspeak3-server:latest
remember to open port
UDP:9987
TCP:10011
TCP:30033
ertagh says:
Have patience after you started the container. It will take some time and your CPU load will be pretty high during initialization.
If the container is ran for the first time, it’ll shut down after finishing initialization!
2 Likes
Helo Sora_Kasvgano,
How you doing?
I’ve trying to run this container but works about 32 seconds and shutdown.
I’ve using a Ubuntu ARM64 in Oracle Cloud.
Can you help me?