-
Notifications
You must be signed in to change notification settings - Fork 0
macOS
Ronny Esterluss edited this page Feb 13, 2026
·
8 revisions
- download latest
GnosisVPN-Installer.pkgfrom releases - double click to run the installer
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
- 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