|
@@ -57,7 +57,7 @@ These are the instructions for deploying a Netmaker server on your own cloud VM
|
|
|
|
|
|
1. Get a cloud VM with Ubuntu 22.04 and a public IP.
|
|
|
2. Open ports 443, 80, 3479, 8089 and 51821-51830/udp on the VM firewall and in cloud security settings.
|
|
|
-3. (recommended) Prepare DNS - Set a wildcard subdomain in your DNS settings for Netmaker, e.g. *.netmaker.example.com, which points to your VM's pubic IP.
|
|
|
+3. (recommended) Prepare DNS - Set a wildcard subdomain in your DNS settings for Netmaker, e.g. *.netmaker.example.com, which points to your VM's public IP.
|
|
|
4. Run the script:
|
|
|
|
|
|
`sudo wget -qO /root/nm-quick.sh https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh && sudo chmod +x /root/nm-quick.sh && sudo /root/nm-quick.sh`
|