Skip to content

Installation

We distribute binary packages only. At this stage, the source code is not available to the general public.

The free version is available on the product website.


After downloading the package from the official Meshgate website, choose the installation command for your operating system.

Install .deb package
sudo dpkg -i ./meshgate.deb
sudo apt-get -f install

After installation, activate the product using a license key from your personal account on the website.

Insert the key into the license_key variable in the main configuration file main.mgc.

Meshgate FREE does not require a license key.

Use the following command to start the service manually:

Start Meshgate service
sudo systemctl start meshgate

Use the command that matches the package format installed on your system.

Remove .deb package
sudo dpkg -r meshgate
Need a clean reinstall?

Remove the package first, then review files in /etc/meshgate and /etc/meshgate/config.d before installing again.