Getting Started
Quick guide to install and set up CtrlPanel.gg on your VPS.
Getting Started with CtrlPanel.gg
This guide will help you quickly set up CtrlPanel.gg on your VPS.
Ensure you have basic Linux and database knowledge before proceeding.
Prerequisites
- Node.js v18.x or higher
- MySQL 8.x or MariaDB 10.2+
- Nginx
- Git
Installation
Nginx Configuration
Basic example for Nginx configuration.
Create /etc/nginx/sites-available/ctrlpanel.conf
:
Enable and restart Nginx:
Wrapping Up
Your CtrlPanel.gg should now be live at https://yourdomain.com
.
For troubleshooting:
- Check app logs:
pm2 logs ctrlpanel
- Check Nginx logs:
sudo tail -f /var/log/nginx/error.log
Remember to rebuild and restart after code changes:
For more information, visit the Next.js docs and Pterodactyl docs.