Skip to content

Releases: arthurwieb/lan-room

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 17 Aug 18:56

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 one

macOS 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

Choose a tag to compare

@github-actions github-actions released this 17 Aug 18:43

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 one

macOS 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

Choose a tag to compare

@github-actions github-actions released this 17 Aug 18:38

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:50