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.json
For Python: requirements.txt
π‘ Drag and drop is supported!
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
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 .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
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: