799 B

Ubuntu 18.04

In this guide we will install Pterodactyl's Wings v1.X — including all of it's dependencies — and configure it to use a SSL connection.

toc

::: tip This guide is based off the official installation documentation but is tailored specifically for Ubuntu 18.04. :::

Install Requirements

We will first begin by installing all of Wings' required dependencies.

Docker

## Install docker
apt install -y docker.io

## Enable docker service
systemctl enable docker
systemctl start docker

Installing Wings

Great, now all of the dependencies and firewall rules have been dealt with. From here follow the official Wings installation documentation.