⬇️Installation

  1. Update your system

  2. Download the zip file

  3. Unzip the downloaded archive

  4. If necessary, navigate to the unzipped folder

  5. Give the start.sh the required rights and execute it

  6. Done! Watch out for further instructions in the console.

Attention: the commands below this message are related to Linux.

#Step 1
apt-get update && apt-get upgrade -y
#Step 2
wget https://metacloudservice.eu/download/metacloud-latest.zip
#Step 3
unzip metacloud-latest.zip
#Step 4
cd metacloud-latest/
#Step 5
chmod +u start.sh
./start.sh

Last updated