mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-09 22:55:02 +08:00
Update README.md
This commit is contained in:
parent
7169db78ea
commit
de85d29eb2
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue