Windows
Download the current installer, run it on your Windows device and follow the setup dialog. Join networks with the invite code from your account.
Advanced Windows artifacts
MinVPN Windows - Forbind ved opstart
Windows build med toggle til automatisk forbindelse ved opstart. Leveres som ZIP, fordi builden indeholder exe + dlls.
Bemærk: App/stable update channel er ikke ændret.
88d14d6a185250f07778dd04f2dd0a6d16bc5cc6e8fecb9ce1786f27909fd19b
Linux (Ubuntu/Debian, amd64)
MinVPN ships as the sop-overlay package from a signed apt repository. The package installs the sop-agent service and the sopctl CLI.
- Add the signing key.
sudo install -d -m 0755 /etc/apt/keyrings sudo curl -fsSL -o /etc/apt/keyrings/sop-overlay-archive-keyring.gpg https://minvpn.dk/apt/keyrings/sop-overlay-archive-keyring.gpg
- Add the repository.
echo "deb [signed-by=/etc/apt/keyrings/sop-overlay-archive-keyring.gpg] https://minvpn.dk/apt stable main" | sudo tee /etc/apt/sources.list.d/sop-overlay.list
- Install the package.
sudo apt update sudo apt install sop-overlay
- Start and check the agent service.
sudo systemctl enable --now sop-overlay-agent systemctl status sop-overlay-agent
Joining a network requires an enrollment from your account. Manage networks and invites on the account page.
Uninstall:
sudo apt remove sop-overlay sudo rm /etc/apt/sources.list.d/sop-overlay.list /etc/apt/keyrings/sop-overlay-archive-keyring.gpg sudo apt update