This guide will help uninstall NymVPN on macOS and ensure all files and directories are properly removed from macOS.
On macOS, NymVPN consists of two parts:
- The app (client) – the visual interface for accessing NymVPN;
- The daemon or helper – is responsible for network operations and connectivity.
1. Disconnect and quit NymVPN
Click the Disconnect button, then quit the NymVPN app.
If the app is unresponsive, force quit it:
- Go to the 🍏 Apple menu in the top left corner of the Finder and select “Force Quit…”, then choose NymVPN and click Force Quit.
- Alternatively, press Command + Option + Esc on your keyboard to open the Force Quit menu.
2. Delete the NymVPN app
You can go to your Application folder, and then go ahead and drag the NymVPN app to the Trash.
3. Remove the NymVPN files and daemon
Reveal hidden folders on macOS
To reveal hidden folders on macOS, press Command + Shift + . (period) on your keyboard. Hidden files and folders will appear as slightly transparent items.
Once you have finished the necessary steps, please press Command + Shift + . again to hide them.
Delete NymVPN files and folders
Navigate to the following folders and drag the files or folders to the Trash.
- Macintosh HD > Library > LaunchDaemons > net.nymtech.vpn.helper
- Macintosh HD > Library > PrivilegedHelperTools > net.nymtech.vpn.helper
- Macintosh HD > private (hidden folder) > var > lib > nym-vpnd
- Macintosh HD > Users > [your username] > Library (hidden folder) > net.nymtech.vpn
- Macintosh HD > Users > [your username] > Library (hidden folder) > HTTPStorages > net.nymtech.vpn
- Macintosh HD > Users > [your username] > Library (hidden folder) > Preferences > net.nymtech.vpn
For some files, you may need to confirm the deletion by entering your device password when prompted.
Alternative: Use a dedicated uninstaller app
Use a dedicated app like AppCleaner or CleanMyMac to uninstall NymVPN. Note: These apps may not detect all NymVPN files, so be sure to manually locate and delete any remaining files.
You may need to enter your device password when prompted.
Alternative: Use the Terminal
Open the Terminal (Finder > Applications > Utilities > Terminal).
Run the following command to delete the NymVPN app:
sudo rm -rf /Applications/NymVPN.app
Then remove the related files (see the list above) using:
sudo launchctl unload /Library/LaunchDaemons/net.nymtech.vpn.helper.plist
sudo rm [NymVPN files paths]
sudo rm -rf /var/lib/nym-vpnd
You may need to enter your device password when prompted. Proceed with caution: Deleting system files via Terminal is irreversible.
Comments
1 comment
# How to Uninstall NymVPN on macOS
If you need to uninstall NymVPN from your macOS device, follow these steps to ensure a complete removal of the application and its associated files.
## Step 1: Uninstall the NymVPN Application
1. Open the **Finder** application.
2. Navigate to the **Applications** folder.
3. Locate the **NymVPN** application.
4. Drag the **NymVPN** application to the **Trash** or right-click and select **Move to Trash**.
## Step 2: Remove NymVPN Preferences and Configuration Files
1. Open the **Finder** application.
2. Click on **Go** in the menu bar and select **Go to Folder**.
3. Enter the following path and click **Go**:
~/Library/Preferences/
4. Look for any files related to NymVPN (e.g., `com.nymvpn.plist`) and move them to the **Trash**.
5. Repeat the process for the following directories:
- **~/Library/Application Support/** (Look for any NymVPN folders)
- **~/Library/Caches/** (Look for any NymVPN folders)
- **~/Library/Logs/** (Look for any NymVPN log files)
## Step 3: Remove NymVPN from System Extensions (if applicable)
1. Open **System Preferences**.
2. Go to **Security & Privacy**.
3. Select the **Privacy** tab.
4. In the left-hand menu, select **System Extensions**.
5. If NymVPN is listed, click the lock icon to make changes, enter your administrator password, and then click the minus (-) button to remove NymVPN.
## Step 4: Remove NymVPN from Launch Agents (if applicable)
1. Open the **Finder** application.
2. Click on **Go** in the menu bar and select **Go to Folder**.
3. Enter the following path and click **Go**:
~/Library/LaunchAgents/
4. Look for any files related to NymVPN (e.g., `com.nymvpn.agent.plist`) and move them to the **Trash**.
## Step 5: Empty the Trash
1. Right-click on the **Trash** icon in the Dock.
2. Select **Empty Trash** to permanently delete the removed files.
## Additional Resources
- [NymVPN macOS Troubleshooting Guide](https://nym.com/docs/macos-troubleshooting)
- [NymVPN Support Contact Information](mailto:support@nym.com)
Please sign in to leave a comment.