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.xyzarrow-up-right


🚀 Getting Started

  1. Log in to the server panel at https://panel.breezehost.xyzarrow-up-right

  2. 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)

  1. Navigate to the File Manager tab

  2. Upload your bot files (e.g., index.js, bot.py, etc.)

  3. Ensure your dependency files are included:

    • For Node.js: package.json

    • For Python: requirements.txt

💡 Drag and drop is supported!

circle-info

Folder uplaods are not supported through the web interface. You can upload ZIP files and other compressed file types.


⚙️ 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

  1. Go to the Console tab

  2. 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 .env file in the root directory with lines like:

  • Make sure your bot script loads environment variables properly (e.g., using dotenv in Node.js)


🛠 Useful Tools in the Panel

Tool
Description

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

circle-info

Contact support to purchase/configure the paid addons


🧯 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:

📧 [email protected]envelope

Last updated