Multiple instances

You can run several Le Biniou instances. You will have to launch them using a terminal, picking unused http port and instance name, using the --http-port (or -w) and --instance (or -I) CLI options.

If you launched a first instance with the default CLI command lebiniou or via your Desktop Environment shortcuts, you will have to choose an other port than the default 30542.

For example, let's choose the 54321 http port and the lb2 instance name.

In the CLI we use:

lebiniou --http-port 54321 --instance lb2

The web interface will be started in your default web browser at http://lb2.localhost:54321/.

To access it from another device, use that URL, replacing localhost with the local IP of the device that run the instance.