Releases: arthurwieb/lan-room
Release list
v0.2.3
Getting started
Pick your file: lanroom (Linux) · lanroom.exe (Windows) · lanroom-mac-arm64 (Apple Silicon) · lanroom-mac-intel (Intel Mac)
Linux / macOS — in a terminal:
cd ~/Downloads
chmod +x lanroom # use your file's name
sudo ./lanroom host --password mysecret # create a room
sudo ./lanroom join <ip>:51820 --password mysecret # or join onemacOS also needs xattr -d com.apple.quarantine <file> once.
Windows — put wintun.dll (amd64) next to lanroom.exe, open the terminal as Administrator:
.\lanroom.exe join <ip>:51820 --password mysecret
The host must forward the port (default 51820, TCP and UDP) on their router. Full guide in the README.
Full Changelog: v0.2.1...v0.2.3
v0.2.2
Getting started
Pick your file: lanroom (Linux) · lanroom.exe (Windows) · lanroom-mac-arm64 (Apple Silicon) · lanroom-mac-intel (Intel Mac)
Linux / macOS — in a terminal:
cd ~/Downloads
chmod +x lanroom # use your file's name
sudo ./lanroom host --password mysecret # create a room
sudo ./lanroom join <ip>:51820 --password mysecret # or join onemacOS also needs xattr -d com.apple.quarantine <file> once.
Windows — put wintun.dll (amd64) next to lanroom.exe, open the terminal as Administrator:
.\lanroom.exe join <ip>:51820 --password mysecret
The host must forward the port (default 51820, TCP and UDP) on their router. Full guide in the README.
Full Changelog: v0.2.0...v0.2.2
v0.2.0
v0.1.0
Full Changelog: https://github.com/arthurwieb/lan-room/commits/v0.1.0