Time4VPS
Created by: jgonsior
I was able to successfully install Arch Linux on a "KVM Linux VPS" from Time4VPS running initally Ubuntu 16.04. But in order to actually use it I needed to connect via the VNC console to the VPS, log in, and set up the network manually with:
ip addr add IP_ADDRESS_OF_VPS/32 dev ens3
ip route add default via IP_ADDRESS_OF_VPS dev ens3
After that I could connect via SSH and everything seems to work fine.
I also tried to install Arch Linux on a "Storage VPS" from Time4VPS (these are using OpenVZ as Virtualization) on several initial Distros, but they all failed during the installation of the packages (unresolved package conflict or so).