How to point a domain to your VPS
Updated 7/18/2026
For visitors to reach your site by typing a name instead of an IP address, you link the domain to your server through a DNS record. The process takes a few minutes.
Find the server IP
The server\'s IPv4 (and IPv6) address is shown on its page in the cloudlinux.ro panel.
Create the DNS records
Log in to the registrar where you bought the domain (or your DNS provider) and add:
- A record: name
@, value = the server IPv4. This links the root domain (example.com). - A record: name
www, same value, for the www.example.com variant. - AAAA record (optional): the same, but with the IPv6 address, for visitors on IPv6.
How long propagation takes
DNS changes usually propagate within a few minutes, but in theory can take up to 24-48 hours. You can check whether the domain already points to the right IP with:
dig +short example.com
Next step
Once the domain points correctly, enable free HTTPS: see How to install a free SSL certificate.
Put this guide into practice on your own VPS
EU cloud servers, billed hourly, ready in minutes, with one-click installs for dozens of apps.
See pricingRelated tutorials
How to run your own ChatGPT on a VPS
Run local AI models or a ChatGPT-style interface on your own server, with private data and no per-user monthly subscription.
Updated 7/18/2026GuidesThe best VPS for WordPress: which plan to choose
How much CPU, RAM and disk you need for a fast WordPress site, based on traffic, plus how to install it with one click.
Updated 7/18/2026GuidesHow to install a free SSL certificate with Let's Encrypt
HTTPS is a must for any modern site. Here is how to get and auto-renew a free SSL certificate on your VPS.
Updated 7/18/2026