For EVE-NG
- sudo -i
- apt-get update
- wget -O - http://www.eve-ng.net/repo/install-eve.sh | bash -i
- apt-get update
- apt-get upgrade
- reboot
For GNS3 Server
- sudo -i
- apt-get update
- cd /tmp
- curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/remote-install.sh > gns3-remote-install.sh
- bash gns3-remote-install.sh --with-iou --with-i386-repository
- reboot
- sudo netstat -tulpn | grep LISTEN
port 3080 should be listening