Install EVE-NG in Google Cloud Platform

Install EVE-NG in Google Cloud Platform

- in Network Lab
12610
0

Let’s learn how to install EVE-NG in Google Cloud Platform (GPC).

EVE – The Emulated Virtual Environment For Network, Security and DevOps Professionals

Install EVE Community on GPC.
Commands utilized in the video:

Create a nested Ubuntu 20.04 image model:
gcloud compute images create nested-ubuntu-focal --source-image-family=ubuntu-2004-lts --source-image-project=ubuntu-os-cloud --licenses https://www.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx


Type the below command to become root:
sudo -i


Start EVE-COMM installation:
wget -O - https://www.eve-ng.net/focal/install-eve.sh | bash -i

Update and upgrade your new EVE-COMM:
apt update
apt upgrade

Facebook Comments

You may also like

How-to Install SSH Server on Linux 

1.- Install with apt-get command on Ubuntu: sudo