Skip to main content
Before uploading your files to the server, you first must make sure you have the proper files, in their respective directories(folders). Use the tree below as a guide in making sure you have set everything up corretly.

File Tree

This is the file structure that you should be uploading to the server.
blocks
block1.js
block2.js
etc...
data
data.json
INTENTS.txt
token.txt
workspaces.json
bot.js
package.json
DO NOT upload the node_modules folder or the package-lock.json file

Uploading Files

There are 3 options to uploading your bot files onto the server.

ZIP-File Method Easiest

Supports .zip, .rar or .tar.gz file types
1
Create a Zip File including the files of your Project (like mentioned in the message above)
2
Upload the File to the Server in the “Files” Tab of the Panel Dashboard Website
3
Next to the ZIP File click the 3 Points, and there press “Unarchive”
4
Delete the ZIP once finished
Requires WinSCP, FileZilla, or similiar SFTP application to be installed
1
On Your Server, go to “Settings”
2
There click on “Launch SFTP”
3
Then a Window Pops-Up asking you for a password, enter your Dashboard Account Password and click “OK”
4
Once connected, Upload your Bot Files to the ”/” Directory of the Server.
Last modified on July 7, 2026