Skip to content
Ronny Esterluss edited this page Feb 17, 2026 · 8 revisions

How do I install Gnosis VPN on macOS?

  • download latest GnosisVPN-Installer.pkg from releases
  • double click to run the installer

How do I uninstall Gnosis VPN on macOS?

This step is mandatory when installing a newer version of Gnosis VPN. The older version should be first uninstalled.

  • in a terminal run sudo bash -c "/Library/Application\ Support/GnosisVPN/uninstall.sh"

How do I restart Gnosis VPN client service on macOS?

  • in a terminal follow these steps
# become root
$ sudo su -
# navigate to service file
$ cd /Library/LaunchDaemons/
# disable service
$ launchctl unload com.gnosisvpn.gnosisvpnclient.plist
# enable service
$ launchctl load com.gnosisvpn.gnosisvpnclient.plist

Clone this wiki locally