VPS FAQ and Tutorials

Compatibility problem with Docker (Pterodactyl)
If the version of Docker and containerd is the one listed below:


  • Docker Version: 20.10.1

  • Containerd Version: 1.4.3


It's possible your Docker installation may encounter compatibility problems particularly with Pterodactyl's Wings. To do so, we offer you this guide in order to use the old version of Docker which works without problems. Note that this procedure is temporary until our hypervisors are updated on a latest Kernel version works with new Docker versions.

You can follow this guide :

apt install apt-transport-https apt-transport-https curl gnupg-agent software-properties-common -y

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -

add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"

apt update

apt install docker-ce=5:19.03.14~3-0~debian-buster docker-ce-cli=5:19.03.14~3-0~debian-buster containerd.io=1.3.9-1 -y

apt-mark hold docker-ce=5:19.03.14~3-0~debian-buster docker-ce-cli=5:19.03.14~3-0~debian-buster containerd.io=1.3.9-1

systemctl enable --now docker