#1.インストール方法
Install GNS3 on a remote serverをもとに、Githubに公開されているシェルスクリプトを使用することで、容易に構築することができる(但し、Ubuntu OS限定)。
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
以上