mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Adding links to OS versions to show the community guide thats spefic to that OS and version.
911 B
911 B
Ubuntu 18.04
In this guide we will install Pterodactyl's Daemon v0.6.X — including all of it's dependencies — and configure it to use a SSL connection.
::: 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 the Daemon's required dependencies.
General Requirements
apt install -y zip unzip tar make gcc g++ python
Docker
apt install -y docker.io
systemctl enable docker
systemctl start docker
Nodejs
apt install -y nodejs npm
Installing the Daemon
Great, now all of the dependencies and firewall rules have been dealt with. From here follow the official Daemon installation documentation.