Is it possible to run the program in CLI mode?

perico2 years ago

I have a CLI-only server and would like to manage the application, connections, devices, etc, through CLI. All documentation seems oriented towards GUI.

Track-trace2 years ago

Did you read about the api?

Anton Tananaev2 years ago

There's no CLI, but as Track-trace said, there's an API you can use from command line. For example using curl.

perico2 years ago

OK, thanks. Any guide for beginners? Never used an API in my life.

Anton Tananaev2 years ago