Uploading your bot's files
Last updated 8/1/2026 by Alfie Web Solutions
You can manage your bot's files directly in the panel, without needing separate software.
Using the File Manager
- Log in to the panel and open your server.
- Go to the Files tab.
- Click Upload and select the files from your computer, or drag and drop them into the file list.
Uploading a whole project at once (zip)
For anything more than a couple of files, zip your project first - it's much faster:
- Upload the .zip file via the Files tab.
- Once it's uploaded, click the ... menu next to it and choose Unarchive (or select it and use the extract option).
- Delete the .zip afterwards to keep things tidy.
Editing files directly
Text-based files (.js, .py, .json, .env, etc.) can be edited right in the browser - click the file name to open the built-in editor, make your changes, and click Save.
Important: stop your server before major file changes
While you can upload files while your bot is running, it's best practice to Stop the server first for anything major (replacing your whole codebase, changing dependencies), then Start it again once you're done - this avoids the bot running on a half-updated set of files.
Where your files live
Everything uploaded through the Files tab lives in your server's own isolated storage - it's not shared with any other customer's server.
