How to install gravitl/netmaker. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
gravitl/netmaker Installation Guide
How to install gravitl/netmaker. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for gravitl/netmaker. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i gravitl/netmakeror
Install via npx
npx @hexmos/ipm i gravitl/netmakerPrerequisites
Ubuntu 24.04
osVersion: 24.04 LTS (Focal Fossa)
WireGuard
system_packageVersion: latest
Docker
build_toolVersion: latest
Git
knowledgeVersion: latest
curl
system_packageVersion: 7.84.0
Python
languageManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quick Install Script (Recommended)
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.shPost Installation Steps
- Start the Netmaker server using the command: `sudo systemctl start netmaker-server`
- Access the Netmaker UI by navigating to your server's IP address in a web browser (e.g., http://192.168.1.100). You can also use the provided credentials from the installation process.
- If you are using the self-hosted version, configure your DNS settings for Netmaker by setting a wildcard subdomain in your DNS settings for Netmaker (e.g., *.netmaker.example.com) which points to your VM's public IP.
