OPENSNITCH-UI(1) | General Commands Manual | OPENSNITCH-UI(1) |
opensnitch-ui - GNU/Linux interactive firewall application
opensnitch-ui |
[--socket path] [--max-clients num] |
opensnitch-ui is the OpenSnitch GUI to view events intercepted by the daemon, and to manage the rules. The GUI is composed of 2 components in the same script: a server and a GUI. Once the GUI is launched, an icon will appear on the system tray. If the system tray is not available or can't be used, the Events dialog will be launched.
The GUI (i.e.: the server) will listen for new connections from daemons. You can have the daemon installed on multiple machines, and manage them from a centralized GUI. https://github.com/evilsocket/opensnitch/wiki/Nodes
Examples:
Default: unix:///tmp/osui.sock
- Listening on a Unix socket:
$ opensnitch-ui --socket unix:///tmp/osui.sock
* Use unix:///run/user/YOUR_USER_ID/opensnitch/osui.sock for better
privacy.
- Listening on port 50051, all interfaces:
$ opensnitch-ui --socket "[::]:50051"
/home/$USER/.config/opensnitch/
If something goes wrong, like a crash, launch the GUI from a shell to view debugging messages:
Problems with opensnitch-ui should be reported on github https://github.com/evilsocket/opensnitch/issues https://github.com/evilsocket/opensnitch/issues
OpenSnitch was originally written by Simone Margaritelli (evilsocket) in 2017-2018.
In 2019, after some time of inactivity, Gustavo Iñiguez Goya started contributing, fixing bugs and adding new functionality, with the esential help of the community, and valuable contributions from themighty1 and calesanz among others.
The complete list of OpenSnitch contributors can be found on https://github.com/evilsocket/opensnitch
2023-02-12 | opensnitchd 1.5.6 |