Easy and Secure Port Forwarding

Openport builds a secure tunnel from your device to the outside world, so you can connect to your device from
anywhere. Don't worry about firewalls or complicated setups.

About

About Openport

Openport is a service that allows you to expose any TCP port of your device to the internet without having to open ports in your firewall. It is a secure and easy way to expose your local service to the internet.

Openport was founded in 2014.

Sign Up
Applications

Your applications

Commands

Quick start

Try these commands. You'll get started in seconds.

Basic Command

Forward port 22.


wget https://openport.io/download/debian64/latest.deb
sudo dpkg -i latest.deb
openport 22
            
output
INFO Now forwarding remote port openport.io:12345 to localhost:22
INFO You are now connected. You can transfer up to 976.6GB this month.
Tell the one you are sending this link, to first visit https://openport.io/l/12345/vIMjDl2tgwtFXXDad .
This will allow their IP to contact you.
            

Query the API

Query the api from your command line. (Requires a subscription)


curl https://api.openport.io/api/v2/sessions/?token=get_your_token_from_your_user_page | jq
            
output
{
  "count": 1,
  "next": null,
  "previous": null,
  "results": [
    {
      "key": "https://openport.io/api/v2/keys/179032/",
      "port": 12345,
      "local_port": 22,
      "server": "openport.io",
      "http_forwarding_address": null,
      "open_port_for_ip_link": "https://openport.io/l/12345/6Pxcasfd5zvrqw4W",
      "redirect_url": "https://openport.io/r/wrtfsxnfl/22",
      "key_name": "My Raspberry Pi",
      "key_id": 179032
    }
  ]
}
            

Connect without opening the port to anyone.

Connect the tunnel directly to your device.

openport forward --remote-port openport.io:12345 --local-port 2022
            
output
INFO You are now connected. You can access the remote pc's port 22 on localhost:2022
            

Connect

Connect securely to your device.

ssh pi@localhost -p 2022
            
output
pi@raspberrypi:~ $
Users

Admin Pages

This is how our admin pages look like. Here you can manage your devices, sessions, users, and more.

Let’s Talk

Open communication is the cornerstone of any successful relationship, whether professional or personal.

Contact Image