Install Termius directly from here for Windows or here for Mac.
Linux
Install Termius by running the command below otherwise you can install the .deb package from here if you are on a debian-based distro (Ubuntu, Debian, Linux Mint, etc).
If you don't have Snap installed, you can find instructions on how to download it here.
On your VPS
If at any time during installing dependencies the "(package name) has no installation candidate/(package name) is not available" error appears, your apt version is outdated as explained below. Run "sudo apt update && sudo apt upgrade" to fix this issue.
Upgrading the system
It is necessary to update the system before proceeding.
Start by updating the repositories:
Then upgrade all packages:
If "Pending kernel upgrade" or "Daemons using outdated libraries" appears, hit Enter.
Once apt has finished upgrading, reboot the VPS:
Wait ~1 minute for the reboot to finish then reconnect to your VPS.
Sometimes apt doesn't get upgraded. To avoid this, upgrade the system once more.
Then:
Pip and pipenv
Install pip by running:
Install pipenv by running:
PM2
If you're not planning on using PM2, skip this section. PM2 is required for keeping your bot alive 24/7.
Start by installing node.js and npm:
npm depends on a considerable amount of packages. Expect this to take some time.