Step 1: Set Up a Web3 Domain
A Web3 domain is a blockchain-based domain (like .crypto, .eth, or .wallet) that allows you to host decentralized websites, receive crypto payments, and link it to a VPS.
1. Choose a Web3 Domain Provider
Some popular Web3 domain providers:
-
Unstoppable Domains – supports
.crypto,.zil,.nft. -
ENS (Ethereum Name Service) – supports
.eth.
2. Register Your Domain
-
Go to the domain provider’s website.
-
Search for the domain name you want.
-
Follow the purchase process (usually using a crypto wallet like MetaMask or Coinbase Wallet).
-
Complete the transaction and confirm ownership in your wallet.
3. Connect the Domain to Your VPS
-
In your domain dashboard, go to DNS settings or Domain Management.
-
Add a new A Record or Custom Record:
-
Type:
A -
Host/Name:
@(represents your root domain) orwww -
Value: Your VPS IP address (we will get this from AnonVM)
-
-
Save changes and wait for propagation (can take a few minutes to 1 hour).
Step 2: Set Up a VPS on AnonVM
AnonVM is a privacy-focused VPS provider. You can host websites, apps, or even blockchain nodes.
1. Create an AnonVM Account
-
Go to AnonVM’s website.
-
Sign up using a secure email or crypto wallet (depending on their registration options).
-
Verify your account.
2. Create a VPS Instance
-
Log in to your AnonVM dashboard.
-
Click Create VPS.
-
Choose the server location (pick one close to your main audience for speed).
-
Select the VPS plan (RAM, storage, and CPU according to your needs).
-
Choose an OS (Ubuntu is recommended for Web3 projects).
3. Configure the VPS
-
Once your VPS is created, note down its IP address.
-
Use SSH to access your VPS:
-
Update the server packages:
-
Install a web server (like Nginx):
-
Start and enable Nginx:
4. Connect Your Web3 Domain to the VPS
-
Go back to your domain DNS settings.
-
Point the domain’s A Record to your VPS IP.
-
Once the changes propagate, visiting your Web3 domain should show the default Nginx page.
Step 3: Optional – Set Up HTTPS
Web3 domains often support SSL/TLS certificates:
-
Install Certbot for Nginx:
-
Generate a free SSL certificate:
-
Follow the prompts. After completion, your site will be accessible over HTTPS.
✅ You’re Done!
Your Web3 domain is now linked to your AnonVM VPS. You can host decentralized websites, link crypto wallets, or deploy apps securely and privately.