| Setup a VPS (Virtual Private Server) |  | DigitalOcean - Get $100 in credit for 60 days when you register. Affordable fast and reliable Hosted Servers (Ubuntu, FreeBSD, Debian, Fedora and CentOS) |
|  | Vultr - Get $100 Free to test the platform. |
|
Linux Ubuntu 18.04 Bionic Beaver | Login as root and create a new user | # sudo adduser USERNAME | | Add your new user to the superuser list | # sudo vi /etc/sudoers | USERNAME ALL=(ALL:ALL) ALL | SSH into the server | # ssh USERNAME@hostname.domain.url |
|