Configuring your Server
Configuring Your Server
After your server is deployed, you’ll configure it using the BreezeHost Management Panel, powered by Pterodactyl.
⚠️ This is not the billing panel. Server configuration is done at: 🔗 https://panel.breezehost.xyz
🚀 Getting Started
Log in to the server panel at https://panel.breezehost.xyz
Click on your server from the list to open the management dashboard
You’ll see a set of tools for managing files, viewing logs, installing packages, and monitoring usage.
📁 Upload Your Bot Files (Using the Web Dashboard)
Navigate to the File Manager tab
Upload your bot files (e.g.,
index.js,bot.py, etc.)Ensure your dependency files are included:
For Node.js:
package.jsonFor Python:
requirements.txt
💡 Drag and drop is supported!
⚙️ Startup Command
Your server’s startup command is pre-configured by Breeze Hosting based on your selected language or environment. This command cannot be changed by the user.
Your server's entry file can be changed under the startup tab. ex: index.js or main.py
🧪 Install Dependencies
Go to the Console tab
Use the startup tab to list any dependencies that are not listed in your package.json or requirements.txt
🔐 Environment Variables (If your bot is coded to use them)
If your bot uses secrets like tokens or API keys:
Create a
.envfile in the root directory with lines like:
Make sure your bot script loads environment variables properly (e.g., using
dotenvin Node.js)
🛠 Useful Tools in the Panel
File Manager
Upload/edit your bot code
Console
View logs and run commands
Startup
Manage the startup settings
Databases (Paid Addon)
Create and manage MySQL databases
Backups (Paid addon)
Take and download snapshots
🧯 Troubleshooting
Bot won’t start? → Check the console for errors.
Missing packages? → Insert them into the additional packages field under the startup menu
Wrong entry file? → Contact support to update your startup configuration.
💬 Need Help?
If you're unsure how to structure your files or something isn't working, reach out to our team:
Last updated