Skip to content

A next-generation Discord bot for deploying and managing free VPS instances—fully customizable, feature-rich, secure, and optimized for performance and scalability.

Notifications You must be signed in to change notification settings

MineX13/vps-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git clone https://github.com/hopingboyz/vps-deploy

cd vps-deploy

cp test.env .env

apt install python3-pip -y

mkdir -p ~/.config/pip && echo -e "[global]\nbreak-system-packages = true" > ~/.config/pip/pip.conf

pip install -r requirements.txt

sudo nano /etc/systemd/system/unixbot.service

[Unit] Description=UnixBot Discord Bot After=network.target

[Service] User=root WorkingDirectory=/root ExecStart=/usr/bin/python3 /root/bot.py Restart=always RestartSec=5 Environment=PYTHONUNBUFFERED=1

[Install] WantedBy=multi-user.target

sudo systemctl daemon-reload sudo systemctl restart unixbot

About

A next-generation Discord bot for deploying and managing free VPS instances—fully customizable, feature-rich, secure, and optimized for performance and scalability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%