Skip to content

Project - Hostactyl for Pterodactyl - Installation

Get Started

Documentation for the Hostactyl Dashboard

Ubuntu and Debian

Firstly, make sure that you have all the prerequisites above installed (if you do you can skip this part).

Installation

md
sudo apt update && apt upgrade -y

sudo apt install git

npm install pm2

git clone https://github.com/HostactylDevelopment/HostactylForPterodactylv1.git

cd HostactylForPterodactylv1

npm install

ENV CUSTOMIZE

go to .env file

Change alt text to your actual client id and secret

add http://localhost:3000/callback/discord to your bot redirect ( change localhost:3000 to your domain, E.g: client.example.com ) alt text

change PTERODACTYL_URL to your panel url and PTERODACTYL_KEY to api key alt text

Change email to your email address to get admin alt text

Change APP_URL to your dashboard url. E.g: client.example.com pic

Change price of the Resources alt text

Change Name and Favicon Icon alt text

RUNNING

Below, Command to start 1 time

md
node .

Below, Command to start 24/7

md
pm2 start index.js

Head over to the url to get your dashboard

More

Congratulations! You have now installed Hostactyl. Let's get the dashboard to Custom Domain

Released under the Apache 2.0 License.