tunnelmle
  • Get Started
  • Documentation
  • Get Help
  • Open Source
  • Pricing
  • Contact
  • Fork on GitHub
  • Sign Up
  • Login

Easy one line install for Linux

Copy and paste the following command into a terminal to install . Enter your password when prompted.
curl -s https://tunnelmole.com/sh/install-linux.sh | sudo bash

If you want to audit the installation script before running it, download it here and open it in a text editor.

Once done, you can then run Tunnelmole from the command line. Read the documentation here to learn how to use Tunnelmole.

Manual installation

Download the gzipped binary here, unzip it and copy the binary to your PATH.
All dependencies are bundled in. You can run Tunnelmole as a regular user, root access is not required.

Easy one line install for Mac

Copy and paste the following command into a terminal to install Tunnelmole. Enter your password when prompted.
curl -s https://tunnelmole.com/sh/install-mac.sh --output install-mac.sh && sudo bash install-mac.sh

Once done, you can then run Tunnelmole from the command line. Read the documentation here to learn how to use Tunnelmole.

Manual installation

Download the gzipped binary here, unzip it and copy the binary to your PATH.
All dependencies are bundled in. You can run Tunnelmole as a regular user, root access is not required.

Click below to download Tunnelmole for Windows

Download for Windows

Once downloaded we recommend moving the tmole.exe file into your PATH (for example by copying it to C:\Windows\System32) so that you can then run Tunnelmole from anywhere in the Windows terminal.

Otherwise, in your terminal use cd to change to the folder where you downloaded tmole.exe and then run Tunnelmole. You'll need to do this every time you run the application.

Read the documentation here to learn how to use Tunnelmole.

About us

Tunnelmole is a simple tool to give local servers a public URL


Copyright (c) 2023, Tunnelmole Pty Ltd; All rights reserved.
Terms of Service  | Privacy Policy
This website is a static file CMS powered by Hugo. Base template by Bootstrapious. Ported to Hugo by DevCows