VPS Configuration Portal
VPS Setup
curl -L joyus.org/vps/init | bash -s github_account
Change Hostname
new_host="newhostname"
sudo hostnamectl set-hostname $new_host
sudo sed -i "s/^127\.0\.0\.1[[:space:]]\+localhost.*/127.0.0.1 localhost $new_host/" /etc/hosts
Change Timezone<
Auto-detect from server IP location:
sudo timedatectl set-timezone $(curl -s http://ip-api.com/line?fields=timezone)
Or set manually (e.g., Zurich):
sudo timedatectl set-timezone Europe/Zurich
Xray Setup
curl -L joyus.org/vps/xray | bash -s xx.joyus.org