The administrator can manually start up “kibra” application by means of following
commands:
root@KTBRN1:~# service kibra stop
root@KTBRN1:~# source /opt/kirale/py3env/bin/activate
(py3env) root@KTBRN1:~# python -m kibra –-log debug
In the case of “ajenti” application, the administrator should use the following commands:
root@KTBRN1:~# service ajenti stop
root@KTBRN1:~# source /opt/kirale/py2env/bin/activate
(py2env) root@KTBRN1:~# ajenti-panel --dev
4.3. Inter-process communication
The Web Administration Panel and KiBRA are constantly communicating with each other
through a local TCP port.