How to connect Namecheap domain to A2Hosting VPS

·1 min. read·

Go to the A2Hosting admin panel and open your product "VPS Hosting".

Look for the Primary IP field and copy it to the clipboard:

Go to the Namecheap admin panel, select your domain, and open the "Advanced DNS" tab.

Click on the "ADD NEW RECORD" button, select A Record, enter @ in the Host field, and paste the IP address copied in the previous step into the Value field. Leave the rest unchanged and click the checkmark ✔️ (save). It is recommended to create 3 records with different Host fields:

A Record	@	192.168.1.1	Automatic
A Record	*	192.168.1.1	Automatic
A Record	www	192.168.1.1	Automatic

That's it! Usually, the domain hosting linkage is completed within 30 minutes or less.

Links:

You may also like

Sending GitHub updates to Discord via webhooks
Have you ever wanted to receive GitHub repository updates on your Discord... Read more
·2 min. read
Killing Floor Mutator - Chat Logging
This mutator is based on CorLogMut by Dr_Killjoy. It utilizes the FileLog class... Read more
·3 min. read
Bitbucket password to clone a repo
Let's assume you already have a repository on Bitbucket, and you need to clone... Read more
·2 min. read

© geekrainian.com