ProbeCore Installation Guide#
Prerequisites#
Before you begin, make sure you have the following:Step 1: Add the Egg to Pterodactyl#
1.
Log into your Pterodactyl Admin Panel.
2.
Go to Nests > Import Egg.
4.
Create a new server using this egg under any nest and category.
Step 2: Upload the Application#
1.
Download the ProbeCore product zip from this page. 2.
Access your server using:The file manager in the Pterodactyl panel, or
An SFTP client like WinSCP using your server's connection details.
3.
Upload the zip file to the server root directory and extract it.
1.
In the Pterodactyl panel, go to the server's Startup tab.
2.
Modify any required environment variables for your Next.js app (such as PORT
, NODE_ENV
, etc.).
Step 4: Start the Server#
1.
Press Start to run the server.
2.
The egg will automatically handle building and starting the application.
Optional: Set Up a Reverse Proxy#
Option 1: Using Nginx Manually (Same VPS)#
Since Pterodactyl also uses Nginx, you can run a reverse proxy alongside it without conflict.Option 2: Using Nginx Proxy Manager#
Host Nginx Proxy Manager via Docker (on the same or separate VPS) for easier management of multiple proxy configurations.Point your domain to your app’s port (default 3000
, or the port you set in the panel).All Done!#
Your ProbeCore instance is now running on your Pterodactyl server. If you need help, check out the community or reach out via ricardoneud.com.Modified at 2025-08-19 08:00:44