1.3 KiB
A node is a daemon running on a machine. You can install the daemon on multiple machines, and manage them from the server (i.e.:GUI).
You can view the list of known nodes from the tab Nodes:
And by double clicking on a node, you can see the network activity for that node.
Configuration
As explained in the Configurations section, you have to launch the daemon as follow in order to accept connections from remote nodes:
$ /usr/local/bin/opensnitch-ui --socket "[::]:50051"
It'll make the GUI listen on port 50051, any IP.
Now you need to configure each node to connect to the server. In /etc/opensnitchd/default-config.json
set the Address field to the server address:
"Server":
{
"Address":"192.168.1.100:50051",
},
Once a node is connected, you can also change it from the GUI, without connecting to the node via SSH, etc:
(the field Address refers to the server address where the node will connect to)