sudo passwd monkeyuser
, sudo passwd root
.The OVA can be used in one of two modes:
In a network with DHCP configured. In this case, the Monkey Island will automatically query and receive an IP address from the network.
With a static IP address.
In this case, you should login to the VM console with
username root
and password G3aJ9szrvkxTmfAG
. After logging in, edit the interfaces file. You can do that by writing the following command in the prompt:
sudo nano /etc/network/interfaces
And change the lines:
auto ens160
iface ens160 inet dhcp
to the following:
auto ens160
iface ens160 inet static
address AAA.BBB.CCC.DDD
netmask XXX.XXX.XXX.XXX
gateway YYY.YYY.YYY.YYY
Save the changes then run the command
sudo ifdown ens160 && ifup ens160
There’s no “upgrade-in-place” option for Docker. To get the new version, download it, stop the current container, and run the installation commands again with the new file.
If you’d like to keep your existing configuration, you can export it to a file by using the Export button and then import it to the new server.