Skip to content

Commit b2c15d9

Browse files
Update Nodes.md
1 parent aca6afc commit b2c15d9

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

wiki/Nodes.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The GUI or TUI acts as the server.
1111

1212
You can view the list of connected nodes from the Nodes tab:
1313

14-
<img width="1074" height="470" src="https://github.com/user-attachments/assets/49199d84-a554-4775-b4fc-0b9e618feb25" />
14+
<img src="https://github.com/user-attachments/assets/49199d84-a554-4775-b4fc-0b9e618feb25" />
1515

1616
----
1717

1818
And by double clicking on a node, you can see the network activity of that node.
1919

20-
<img width="1166" height="429" src="https://github.com/user-attachments/assets/2e83f239-d2ef-45e3-9148-babbed7e74e9" />
20+
<img src="https://github.com/user-attachments/assets/2e83f239-d2ef-45e3-9148-babbed7e74e9" />
2121

2222

2323
### Configuration
@@ -32,7 +32,7 @@ First change the (server) address of the node from the Preferences dialog, Nodes
3232

3333
<p>Then change the address of the GUI (server):</p>
3434

35-
<img width="646" height="591" src="https://github.com/user-attachments/assets/072f63aa-369e-40e6-bf3f-99395d931018" />
35+
<img src="https://github.com/user-attachments/assets/072f63aa-369e-40e6-bf3f-99395d931018" />
3636

3737
<p></p>
3838
<p></p>
@@ -47,7 +47,16 @@ First change the (server) address of the node from the Preferences dialog, Nodes
4747

4848
`$ /usr/local/bin/opensnitch-ui --socket "[::]:50051"`
4949

50-
It'll make the GUI listen on port 50051, any IP. You can also use an IP: `$ /usr/local/bin/opensnitch-ui --socket "127.0.0.1:50051"`
50+
<p>It'll make the GUI listen on port 50051, any IP. You can also use an IP: `$ /usr/local/bin/opensnitch-ui --socket "127.0.0.1:50051"`</p>
51+
52+
> ℹ️ `Max server workers` option:
53+
> This option affects to how many nodes the GUI can handle. Each node consumes about 2 workers, so the default configuration of 20 workers allows to handle 10-15 nodes.
54+
> If there're more nodes than workers, the GUI will run out of resources, and won't allow new messages or events **from any node**.
55+
>
56+
57+
> ℹ️ `Max server clients`:
58+
> Use this option to limit how many nodes can connect to the GUI (server).
59+
> The default value of 0 allows unlimited number of incoming connections (nodes).
5160
5261
--
5362

@@ -65,8 +74,8 @@ It'll make the GUI listen on port 50051, any IP. You can also use an IP: `$ /usr
6574

6675

6776
<p>Use the Rules tab to view and monitor the rules of all nodes:</p>
68-
<p><img width="1170" height="472" src="https://github.com/user-attachments/assets/c9320c41-dba8-4667-9e20-d37ef7f5ba7a" /></p>
77+
<p><img src="https://github.com/user-attachments/assets/c9320c41-dba8-4667-9e20-d37ef7f5ba7a" /></p>
6978

7079
<p>and apply actions in batch (delete, apply, .. rules)</p>
7180

72-
<p><img width="839" height="529" src="https://github.com/user-attachments/assets/7473531b-09d7-4784-a411-a85d8e639c60" /></p>
81+
<p><img src="https://github.com/user-attachments/assets/7473531b-09d7-4784-a411-a85d8e639c60" /></p>

0 commit comments

Comments
 (0)