I switched my VPS from a provider in Thailand to Server4you on a server located in Strassbourg/France. As per 24th September 2021, the following OS are available for their least expensive Server S configuration: CentOS 7, Debian 8, and Ubuntu 16.04 LTS. I chose Ubuntu, as for Ubuntu Extended Security Maintenance is available with security updates until April 2026.
sudo adduser <user> sudo vim /etc/group -> sudo:x:27:<user>
# Install the latest UA client $ sudo apt update $ sudo apt install ubuntu-advantage-tools # Use the client to attach this machine to your contract using your UA token $ sudo ua attach <token> # Ensure ESM-infra is enabled as well: $ sudo ua enable esm-infra $ sudo apt update $ sudo apt upgrade # UA status $ sudo ua status
sudo edit /etc/hostname sudo edit /etc/hosts
sudo visudo Defaults set_home
sudo apt install php php7.0-mysql php7.0-sqlite