F4 Panel πŸ“– User manual ΰΉ„ΰΈ—ΰΈ’EN Sign in β†’

← All chapters

πŸ›° Pointing DNS at this server

Three ways to bring a domain here, how to edit A / CNAME / MX / TXT records, and how to confirm it worked

Pick your route first

There are three routes; you only need one. Route 1 is the easiest to live with because everything is then edited inside this panel.

RouteWhat you doBest when
1. Use our nameserversChange the nameservers at your registrar to th1ns1.f4host.com and th1ns2.f4host.comYou want to manage every record from this panel
2. Set an A record yourselfAt your current DNS provider (e.g. Cloudflare) point the domain and www to 157.254.192.88Your DNS already lives elsewhere and you want to keep it
3. Through the Cloudflare APIAn administrator adds a Cloudflare API Token in Settings; records are then editable from the site's DNS tabThe domain sits in the server owner's Cloudflare account

Route 1 β€” delegate to our nameservers

1
Create the website first β€” a DNS zone is created automatically if the server owner enabled that. If not, go to DNS and click β€œAdd DNS zone”.
2
Log in at your registrar (GoDaddy, Namecheap, THNIC…), find the Nameservers setting and change it to th1ns1.f4host.com and th1ns2.f4host.com.
3
Wait for the change to propagate β€” usually 5–30 minutes, sometimes up to 24 hours.
4
Come back to DNS and open the zone. A green βœ… β€œdelegated to our nameservers” banner means it is live and records edited here now take effect.
πŸ’‘ A new zone starts with sensible defaults: an A record for the domain, an A for www pointing at 157.254.192.88, and a basic SPF TXT record.

Route 2 β€” an A record at your own provider

If you would rather not move the nameservers, add these two records wherever your DNS lives now.

TypeNameValue
A@ (the domain itself)157.254.192.88
Awww157.254.192.88

Editing records in the panel

Open DNS β†’ click the domain to see every record with add / edit / delete buttons. Supported types are A, AAAA, CNAME, MX, TXT, NS, SRV and CAA.

FieldWhat to put in it
Name@ means the domain itself Β· www means www.yourdomain Β· just the label, no need for the full name
ContentA = an IP Β· CNAME = a target hostname Β· MX = a mail server Β· TXT = free text such as SPF or a verification code
TTLUse 0 for the system default. Lower means faster updates but more lookups.
PriorityMX only β€” a lower number is tried first.
⚠️ Subdomains have no zone of their own. To edit api.example.com, add a record named api inside the example.com zone. Creating a second, nested zone is refused because one name would then be served from two files.

Check whether it worked

The zone page tells you directly β€” a green banner means delegated, amber means not yet β€” and shows the NS records the internet actually sees. You can also check from your own machine:

dig NS example.com +short dig A example.com +short nslookup example.com
← Previous🌐 Creating & managing websites Next β†’πŸ”’ SSL / HTTPS certificates
Every chapter
πŸš€ Getting started🌐 Creating & managing websitesπŸ›° Pointing DNS at this serverπŸ”’ SSL / HTTPS certificates🌿 Subdomains & extra domainsπŸ“ File manager & code editorπŸ“‘ FTP / FTPSπŸ–₯ SSH / SFTP and the web terminalπŸ™ Deploying from GitπŸ—„ Databases🧩 The app installer⏰ Cron jobs β€” scheduled workπŸ”Œ API & integrationsπŸ‘€ Your account & security🧯 Common problems
F4 Panel Β· hosting control panel Β· developed by F4 Code