...
Ensure that the system is connected to the internet properly, you can try to ping google DNS at 8.8.8.8
Code Block ping 8.8.8.8
Open a command prompt and enter the following commands- this will install the needed services and install updates to the OS since the image was created. This updates the system from the sources in the sources list. It updates what new packages are available.
Code Block sudo apt update && sudo apt upgrade
Install Net Tools in order to find the IP Address
Code Block sudo apt install net-tools
Install Python
Code Block sudo apt install python3
Options for installing OpenELIS Global software
You can choose to install OpenELIS in an online mode for servers with fast internet connections, and offline, using less internet connectivity by providing a local copy of the images to be loaded.
...