Skip to content

Domains

Jerome2506 edited this page Jun 21, 2021 · 4 revisions

Domains are optional for Atlas nodes. You can run a node either by IP or domain. Multiple nodes on same top level domain and can be configured like this: Example you have domain.com as TLD.

You can have node1.domain.com and node2.domain.com and point to different VPS IP’s.

  1. create a VPS for your node that gives you an IP
  2. create A record on your DNS / hoster pointing to the new VPS IP using a subdomain, ex node1.domain.com
  3. start node software installation, use node1.domain.com in the URL
  4. repeat for any additional node like node2.domain.com

Note, if you already installed the node with an IP initially, you can go to the node, run 'yarn start' and 'change URL'. Example if 123.123.123.123 was previously configured, enter http://node1.domain.com.

Clone this wiki locally