circle-exclamation
The Documentation page is currently a work in progress

Linux Guide

1

Step 1: Log in to Your VPS

Log in to your VPS using your preferred SSH client or terminal software (e.g., PuTTY, MobaXterm, or any similar tool).

2

Step 2: Place Bot Files on the Server

Ensure the bot files are uploaded to a directory of your choice on the server.

3

Step 3: Navigate to the Status Bot Directory

Open a terminal on the server and navigate to the folder containing your bot files using the cd command:

Terminal
cd /path/to/your-bot-directory
4

Step 4: Install Node.js Modules

  1. Ensure all required Linux dependencies are installed.

  2. Install the Node.js modules required for the bot by running:

Install dependencies
npm install
  • This will install all necessary dependencies as listed in the package.json file.

5

Step 5: Start the Status Bot

  1. Run the bot with the following command:

Start bot
node .
  1. Check the terminal output to ensure the bot starts without errors.

Keeping the Bot Online 24/7

To keep the bot running continuously, you can use the screen command or the tmux command. Click here for a detailed guide on using screen or tmux.

By following this guide, your bot should be up and running in no time. For additional help, feel free to reach out to our support team on Discord.

Last updated

Was this helpful?