Virtual Private Server (VPS) is ideal for personal or individual usage.
Utilizing a custom-built physical server allows you to harness the complete array of computer resources.
Web storage is a vital component of the modern digital landscape, serving, storing and managing data online.
This guide explains the required / strongly recommended steps to complete after your first login to the VPS to keep it secure and stable.
For first access (RDP / SSH / SSH key), see: Connect to a server (Windows RDP and Linux SSH)
It is strongly recommended that whenever possible:
WireGuard guide:
This is where you can find Password → Change.
Enter and confirm your new password.
ℹ️ Recommended test: close your RDP session and reconnect using the new password.
If you see “Restart required”, click Restart now.
⚠️ Updates and restarts may be required in multiple rounds.
Important: The time server must always be set to time.vipy.hu, because only this server is allowed.
Set the Time zone here (e.g. (UTC+01:00) Budapest).
Important: The time server must always be time.vipy.hu, because only this server is allowed.
Option A (from Settings):
time.vipy.hu
Option B (classic path):
Enable Synchronize with an Internet time server, then set Server: time.vipy.hu → Update now.
ℹ️ Important: The time server must always be set to `time.vipy.hu`, because only this server is allowed.
After logging in via SSH, run:
passwd
On Debian/Ubuntu:
apt update
apt upgrade -y
If needed, reboot:
reboot
Linux VPS instances use chrony for time synchronization, and only the time.vipy.hu time server is allowed.
timedatectl set-timezone Europe/Budapest
Check:
timedatectl
nano /etc/chrony/chrony.conf
pool or server lines and set it like this (example):
pool time.vipy.hu iburst
ℹ️ It is recommended to remove or comment out other `pool` / `server` lines so that only **time.vipy.hu** remains.
Example configuration for the `time.vipy.hu` time server.
systemctl restart chrony
ℹ️ Important: The time server must always be set to `time.vipy.hu`, because only this server is allowed.