Skip to main content

🤖 How to Put Your Discord Bot Online

  1. Update your system
sudo apt update && sudo apt upgrade -y
  1. Install Node.js
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
  1. Verify that it is properly installed
node -v
npm -v
  1. Import your bot files to your VPS
  2. Start your Discord bot:
npm install
node myfile.js

❗Always Good to Know

  • If an error appears or your plugin doesn't work, don't hesitate to contact our support via ticket or via Discord