- Create an Ubuntu 16.04 Droplet
- Set a root passwd
passwd root
- Remove cloud-init
apt-get remove cloud-init
- Configure the hostname
echo "eve-ng" > /etc/hostname
sed -i '/127.0.0.1 localhost/i127.0.0.1 eve-ng.test.com eve-ng' /etc/hosts
- Reconfigure kernel boot options
sed -i 's/^GRUB_CMDLINE_LINUX_DEFAULT="/&net.ifnames=0 noquiet /' /etc/default/grub
update-grub
- Reboot
reboot
- Add the eve-ng repo and install
wget -O - http://www.eve-ng.net/repo/[email protected] | apt-key add - # Blergh
apt-add-repository "deb [arch=amd64] http://www.eve-ng.net/repo xenial main"
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y eve-ng
eve-ng-guacamole_2.0.3-87_amd64.deb
failed for some reason (something about creating the database). So fix/fiddle around it:
apt-get install -f
apt-get upgrade
apt-get install eve-ng
You should now be able to login with admin
:eve
as credentials with HTTP on port 80.
can run vm on it?