-Summary-
1.Select server on main dashboard.
2.Go to 'Files'.
3.Click 'Upload' and select your file(s). (For multiple files and folders, upload a compressed archive)
4.Click '...' next to the uploaded archive and select 'Unarchive'.
1. Select server on main dashboard.
2. Go to 'Files'.
3. Click on the 'Upload' button and choose the file(s) you want to upload.
If you need to upload multiple files including folders, compress them into a single archive file first.
For example, if you're uploading an AbsoletBot, ensure that the archive is structured so that when extracted, it directly reveals the bot's configuration files (config folder, src folder, package.json, etc.)
4. After uploading the archive file, click on the '...' next to it and select 'Unarchive'.
that's it! Your files are now uploaded and ready to use.
🖥 Docker Image Configuration
You must first set 'Docker Image Configuration' to avoid problems
when installing the bot.
-Summary-
1. Select server on main dashboard.
2. Go to 'Startup'.
3. Change 'Docker Image' to 'NodeJS v19+'.
1. Select server on main dashboard.
2. Go to 'Startup'.
3. Change 'Docker Image' to 'NodeJS v19+'.
Summary:
1. Select server on main dashboard.
2. Select 'Startup'.
3. Type 'npm install' in 'Startup command 1' field, 'npm run start' in 'Startup command 2.
That's All!
1. Select server on Main dashboard.
2. Select 'Startup'.
3. Type 'npm install' in 'Startup command 1' field, 'npm run start' in 'Startup command 2.
By default, startup command 1 and startup command 2 contain these specific commands.
However, if for any reason these fields are empty, you should fill them with the corresponding commands.