Page 1 of 1

Configuring modules from terminal without WebStatus

Posted: 02 Jan 2025, 16:06
by jrbordelon
Is it possible to configure the RO and AIO modules from the Linux terminal with root access without having to use the WebStatus page? The CPU unit is a RevPi Connect 4.

Re: Configuring modules from terminal without WebStatus

Posted: 02 Jan 2025, 16:28
by dirk
Short answer is No,
long answer would be it depends... So in case you want do letz say deploy a configuration to many other systems just take a look at the following knowledge base page "Cloning"

Re: Configuring modules from terminal without WebStatus

Posted: 07 Jan 2025, 08:28
by tboehler
Currently the only way to configure RevPi modules is through PiCtory.

In case the problem is remote-only access to the RevPi, the Webstatus/Cockpit and PiCtory port can be tunneled through SSH with the

Code: Select all

-L
option (see the ssh(1) man page):

Code: Select all

ssh -L 41443:localhost:41443 $REMOTE_IP
This maps the remote port 41443 to the local machine on 41443 making Webstatus and PiCtory available on https://localhost:41443. This way the modules of a remote RevPi can be configured on a client that isn't on the same network.