Skip to content
VdsRent

Bu belge yalnızca İngilizce olarak mevcut Arayüz Türkçe olarak kullanılabiliyor, ancak bu belge henüz çevrilmedi. Sizden hiçbir şey gizlenmesin diye burada İngilizce olarak gösteriliyor.

Beginner4 min read

Connect a domain to a server

Create the two DNS records a website needs, and understand why the change is not instant.

Last updated 1 August 2026

A website needs two things to resolve: a record for the bare domain and a record for the www subdomain. Everything else is optional.

Find the address

Open the service in your dashboard. The Overview tab shows the primary IPv4 address. Copy it exactly.

Create the records

Minimum records for a website
TypeNameValueTTL
A@203.0.113.243600
CNAMEwwwexample.com.3600

Lower the TTL first if you are moving a live site

Reduce the existing TTL to 300 a day before the move. Resolvers then pick up the new record within five minutes rather than an hour.

Check it worked

bash
dig +short example.com A
dig +short www.example.com CNAME

Was this page useful?

Feedback about article connect-domain-to-server
Connect a domain to a server — Guide — VdsRent