This guide installs the GNS3 server for remote labs.
sudo apt update
sudo apt install -y gns3-server
Enable hardware virtualization and ensure the kvm modules are loaded.
sudo systemctl enable --now gns3-server
Use the GNS3 client to connect to the server IP and build your lab.
See GNS3 Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See GNS3 Ansible Setup for an example playbook.
Prefer containers? See GNS3 Docker Setup.
See GNS3 Security for hardening guidance.