Starting the TURN server should take no more than a few seconds. The TURN server is ready when the output prints TCP listener opened on : <SOME_IP>:<SOME_PORT>
or Http listening on *: 30080
.
Note
If you are using a firewall, you may need to open ports:
sudo ufw allow 31720:31820/udp
sudo ufw allow 30080/tcp
sudo ufw allow 30080/udp
sudo ufw allow 8888/tcp
sudo ufw allow 8888/udp
sudo ufw allow 3478/tcp
sudo ufw allow 3478/udp
If you get a Permission Denied
error while running these images, check the “Permission Denied For EpicGames Docker Images” chapter of the troubleshooting section.