Installer un bot discord sur un VPS KVM Lordhosting
Guide complet pour installer sur bot discord sur son VPS Lordhosting.
- Mettre à jour son système
sudo apt update && sudo apt upgrade -y
- Installation de Node.js
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
- Vérifier que celui-ci est bien installé
node -v
npm -v
- Importer les fichiers de votre bot sur votre VPS
- Lancer votre bot discord:
npm install
node monfichier.js
❗Toujours bon à savoir
Retour à VPS KVM
Cet article vous a-t-il aidé ?

