0%
Loading...
NolimitHost

How to Install Dependencies / Packages on Node Discord Bot Hosting

Last updated: July 23, 2026

This guide shows you how to install Node.js packages for your Discord bot hosted in the NolimitHost panel. Packages (also called dependencies) are ready-made code libraries your bot's code needs in order to run.

Install Node Packages

  1. Open Startup — Log in to the NolimitHost Game Panel at https://panel.nolimithost.cc/ and select your Discord bot server. Click Startup in the left navigation menu.
  2. Find Node Packages — Under the Variables section, locate the Node Packages field.
  3. Enter your dependencies — Type the packages your bot needs, separated by a single space.
    discord.js dotenv express
  4. Restart the bot — The panel automatically installs the specified packages using npm when the server starts. If your bot is already running, click Stop first, then Start, so the new packages get installed.
Tip: Package names must match the npm package names exactly. You can also specify versions like discord.js@14 if needed.