# How to Install Packages on Your Server

To install extra packages to your server:

  1. Go to your server’s Startup section.
  2. If you use Node.js, enter package names in the Additional Node Packages field, example: discord.js.
  3. If you use Python, enter package names in the Additional Py Packages field, example: discord.py.
  4. For multiple packages, separate each with a space, example: discord.py, requests, axios.
  5. Start your server. The packages will install automatically.

Tip: If you have a requirements.txt (Python) or package.json (Node.js) with the correct packages, you don’t need to use the additional packages fields.