Step-by-step | Installation Guide

Update packages and install required utilities

sudo apt install -y jq sed docker-compose docker.io && sudo apt update

Add the current user to the docker group

sudo usermod -aG docker $USER
newgrp docker

Check Docker access

docker ps

Run Screen

sudo apt update
sudo apt install screen
screen -S zkverify 

Replace "user" with your nickname

Create a new user

Make up a password and save it

It will not be visible in the console command as it should be

Check the home directory

Switch to the new user


Clone the repository


Run the initialization script

If there are errors, see the solution under the Possible Errors tab

Copy the address and access it via nano It should be like this:

Ctrl + X- exit

We're saving all this data

If the nano is not installed:


Run docker-compose

Update the scripts

Run update and start scripts

Launch docker-compose

After executing the last command, you will be shown the project logs To exit press Ctrl + A, then D


View Logs:

Last updated