Setup the domain
Run
apt install nginx && apt install certbot
on the vpsRun
ufw allow 80
andufw allow 443
on the vpsRun
certbot certonly -d <Your Domain>
then do 1 and put your emailRun
nano /etc/nginx/sites-enabled/tfc.conf
Paste the configuration at the bottom of this and replace with the IP of the pterodactyl server including the port and with the domain you want your dashboard to be hosted on.
Run
systemctl restart nginx
and try open your domain.
Nginx Proxy Config
Last updated