Hamachi is a virtual private network application that lets us securely extend LAN-like networks to distributed PCs from different public networks. This way we can play LAN games with our friends without having to be in the same local network (aka the same house).

It is a useful tool for a Minecraft Server, that we can use in order to allow people in our Hamachi network to connect to our LAN server via a Hamachi connection. This saves us the trouble of port-forwarding in our router and giving our public IP.

Download Hamachi

Download latest version from site:

wget https://www.vpn.net/installers/logmein-hamachi_2.1.0.203-1_amd64.deb

Install Hamachi

sudo dpkg -i logmein-hamachi_2.1.0.203-1_amd64.deb

Start Hamachi

sudo service logmein-hamachi start

Hamachi commands

Login

sudo hamachi login

Join an existing network

sudo hamachi join <network ID>

Check Status / List Networks / Update

sudo hamachi
sudo hamachi list
sudo hamachi check-update

Change Network Status

sudo hamachi go-online <network ID>
sudo hamachi go-offline <network ID>

Create Network

sudo hamachi create <network ID> [password]
sudo hamachi --help (for other options)