Skip to content

Installation on GNU/Linux

Installation on the following distributions is currently supported:

  •  Debian version 11 (“bullseye”).

Adding a repository

curl -fsSL repo.gujian.cloud | sudo sh -
curl -fsSL repo.gujian.cloud | sudo CHANNEL=edge sh -

When adding a repository, you must enter a secret token to gain access. The script also accepts the TOKEN environment variable.

Installing packages

For the dashboard

sudo apt install gujian-dashboard

By default, the dashboard is externally accessible at http://localhost:8100.

The nginx dashboard web server configuration is located in the file /etc/nginx/conf.d/gujian-frontend.conf.

For scanning node

sudo apt install fuchsia-full

Console client

sudo apt install gujian-cli