
PufferPanel is a free, open-source web-based game server management system that allows you to create multiple game servers. PufferPanel is mobile-ready, allowing you access to your game server from a smartphone.
SSH to the server instance as root.
Add the installation source to your system.
Install the PufferPanel package.
Enable the PufferPanel service.
Start PufferPanel.
Allow ports 8080 and 5657 through both the OS firewall and the Vultr firewall.
Create your administrator account. Answer Y when PufferPanel asks if this account is an administrator.
Access the PufferPanel WebUI at port 8080 in your web browser. Replace the example IP address with your server's address.
This optional step allows you to securely access the WebUI panel over HTTPS using Nginx as a reverse proxy and a free Let's Encrypt certificate SSL certificate.
Install Nginx
Create a DNS "A" record for your server. This guide uses the example values:
Create an Nginx configuration file for PufferPanel.
Paste the following code into the file. Replace server_name with your server's name.
Save and exit the file.
Restart Nginx.
Install Let's Encrypt.
Request an SSL certificate with Certbot. Replace panel.example.com with your server's name.
Answer the question posed by Certbot.
Navigate to PufferPanel in your web browser using the server name.
For panel customization, please visit PufferPanel Themes.
0 Comments
Be the first to comment and share your perspective with the community.