Skip to content

Installation

Akashdeep Dhar edited this page Apr 10, 2021 · 6 revisions

Run the following command if you are on a generic PC.

docker run -d \
  --restart unless-stopped \
  --name supervisor-frontend-service \
  -p 9696:9696 \
  t0xic0der/supervisor-frontend-service:v1.2.0b-amd64

or the following command, if you are running an aarch64 distribution on Raspberry Pi 3 or 4.

docker run -d \
  --restart unless-stopped \
  --name supervisor-frontend-service \
  -p 9696:9696 \
  t0xic0der/supervisor-frontend-service:v1.2.0b-arm64

Now, open up a browser and head over to http://<HOSTNAME>:9696/ and enter the credentials that you would have gotten after setting up the SuperVisor Driver Service.

The frontend version and the driver version must be the same for total compatibility.

You may request for the addition of new features in the issues page but as the project is singlehandedly maintained - it might take time to develop on them.

Please consider forking the repository and contributing to its development. ❤️

Clone this wiki locally