Docker/Pterodactyl Issues
Docker containers may have Internet connection problems. Here's how to solve them
Open the /etc/pterodactyl/config.yml file and change the "network_mtu" to 1370

Now, open the /lib/systemd/system/docker.service file and add at the end of the ExecStart line --mtu=1370
It should look something like this
Now reload your docker configuration
Stop Docker and wings
Delete the docker network interface
Restart Docker
Clear network interface and images

Type "y"
Clear the wings database
And now restart wings
Last updated