Installing Nitrox Unlocked
This guide will walk you through installing Nitrox Unlocked and configuring it to work with your copy of Subnautica.System Requirements
Before you begin, ensure your system meets these requirements:- Operating System: Windows 10/11, Linux (via Wine/Proton), or macOS
- Subnautica: A valid installation of Subnautica (any version)
- Disk Space: ~500 MB for Nitrox Unlocked installation
- Network: Internet connection for download; port 11000 (default) for multiplayer
- .NET Runtime: .NET 7.0+ (automatically included with the launcher)
The launcher includes game version validation. Outdated versions of Subnautica may not be compatible with the latest Nitrox Unlocked build.
Installation Steps
Download Nitrox Unlocked
Navigate to the GitHub Releases page and download the latest release.Look for the file named something like
Nitrox-Unlocked-vX.X.X.zip where X.X.X is the version number.Extract the Archive
Extract the downloaded ZIP file to a location of your choice. We recommend:
- Windows:
C:\Program Files\NitroxUnlocked\ - Linux:
~/NitroxUnlocked/ - macOS:
~/Applications/NitroxUnlocked/
Avoid extracting to locations that require administrator permissions, as this may cause issues with file operations.
Launch the Nitrox Launcher
Navigate to the extracted folder and run the launcher executable:
- Windows:
Nitrox.Launcher.exe - Linux/macOS:
Nitrox.Launcher(may need to mark as executable first)
Configure Game Path
When you first launch Nitrox, you’ll need to tell it where Subnautica is installed:
- Click the Options or Settings icon in the launcher
- Locate the “Game Path” or “Subnautica Installation” field
- Click Browse and navigate to your Subnautica installation directory
Windows (Steam)
Windows (Epic Games)
Linux (Steam)
macOS (Steam)
The launcher will validate your game path. You should see confirmation that Subnautica was detected successfully.
Initial Setup Complete
Your Nitrox Unlocked installation is now ready! The launcher will:
- Automatically patch the game files when you start multiplayer
- Create necessary configuration files in the Nitrox directory
- Set up the embedded server functionality
Verifying Installation
To verify that Nitrox Unlocked is installed correctly:- Check the launcher version: The main launcher window should display the current version (e.g., “RELEASE 1.8.1.0”)
- Game path validation: In settings, confirm the game path shows a green checkmark or success indicator
- Platform detection: The launcher should automatically detect your game platform (Steam, Epic, Standalone, etc.)
Game Path Configuration
The launcher uses theGameInspect utility to validate your Subnautica installation. It performs several checks:
Version Validation
Nitrox Unlocked checks that your game version is compatible:- Your current game version
- The minimum required version
- Path to the version file
Mod Compatibility Warnings
The launcher will warn you if it detects other mods:- BepInEx mods: Detected in
<Game Path>/BepInEx/plugins/orBepInEx/patchers/ - QModManager: Detected in the game folder
Nitrox multiplayer does not support other mods. Mods may cause instability, desynchronization, or crashes in multiplayer sessions.
Firewall and Network Configuration
Port Forwarding
If you plan to host a server accessible from the internet:Enable UPnP (Automatic)
Nitrox Unlocked includes automatic port forwarding via UPnP:
- This is enabled by default in
server.cfg - Set
AutoPortForward = true(default)
Firewall Rules
Allow Nitrox through your firewall: Windows Firewall:Common Installation Issues
”Location of Subnautica is unknown”
Solution: The game path is not configured or is invalid.- Go to Options/Settings in the launcher
- Set the correct path to your Subnautica installation
- Ensure the path contains
Subnautica.exe(Windows) or the Subnautica executable
”Launcher files seems corrupted”
Solution: TheNitroxPatcher.dll file is missing from the installation.
From the launcher code (LaunchGameViewModel.cs:124-131):
- Re-download Nitrox Unlocked from the official GitHub releases
- Extract the full archive to a new directory
- Don’t delete or move files from the installation folder
”An instance of Subnautica is already running”
Solution: Close any running Subnautica processes.- Close Subnautica completely
- Check Task Manager (Windows) or Activity Monitor (macOS) for lingering processes
- Alternatively, enable “Allow Multiple Game Instances” in launcher settings
Game Won’t Start After Installation
Possible causes:- Antivirus blocking: Add Nitrox folder to antivirus exclusions
- Missing .NET runtime: Ensure .NET 7.0+ is installed
- Corrupted game files: Verify Subnautica game files through your game platform
- Incompatible mods: Remove BepInEx and QModManager from game directory
Server Configuration Files
After first launch, Nitrox creates several configuration files:server.cfg: Server settings (port, game mode, passwords, etc.)- Save files: Located in the saves folder specified during server creation
Next Steps
Your installation is complete! Now you can:Quick Start Guide
Jump into your first multiplayer session
Server Configuration
Customize server settings and game modes
Updating Nitrox Unlocked
To update to a newer version:- Download the latest release from GitHub
- Close the launcher and any running servers
- Extract the new version over your existing installation (or to a new folder)
- Your save files and configuration are preserved
