0%
Loading...
NolimitHost

How to Host a Javascript Discord Bot

Last updated: July 23, 2026

This guide shows you how to host a Javascript Discord bot in the NolimitHost game panel. By the end, your bot will be running on the panel and connected to Discord.

Host Your Bot

  1. Log in to the panel — Open the NolimitHost Game Panel at https://panel.nolimithost.cc/ and select your Discord bot server.
  2. Stop the bot if it is running — If your bot is currently running, click Stop on the Console page first, so it does not interfere while you change settings and upload files. You will start it again in a later step.
  3. Set the startup file — Click Startup in the left navigation menu and set the file to be executed (e.g., index.js or bot.js). This is the file the panel runs whenever the server starts.
  4. Upload your bot files — Go to File Manager (in the left navigation menu) and upload all of your Discord bot files.
  5. Start the bot — Once all files are uploaded, go to the Console and click Start. The bot should automatically start.

Adding Additional Packages (Optional)

Packages are ready-made code libraries your bot needs in order to run, such as discord.js.

  1. Go to the Startup tab again.
  2. Under Packages, input the packages your bot needs.
  3. Restart the server (click Stop, then Start) so the panel installs the packages on startup.
ExampleUsage
Single packagediscord.js
Multiple packagesdiscord.js mysql express
Note: If you don't have a Discord bot yet, follow the How to Make a Javascript Discord Bot guide first.