Expose your localhost to the world securely

HaxorPort makes it easy to share your local web server with anyone, anywhere on the internet, bypassing NATs and firewalls.

Trusted by 10,000+ developers worldwide
haxorport-terminal
$ npm install -g haxorport
+ haxorport@1.3.0
added 64 packages in 2.8s
$ haxorport tunnel 3000
Starting tunnel...
Tunnel established successfully!
✓ Forwarding: https://abc123.haxorport.online → localhost:3000
$

Powerful Features

Everything you need to share your local development environment with the world

Secure Tunneling

All connections are protected with TLS encryption, ensuring your data remains private and secure.

Custom Domains

Use your own domain names for tunnels with automatic HTTPS certificate provisioning.

Request Inspection

Inspect HTTP requests and responses in real-time for easy debugging and testing.

Multiple Protocols

Support for HTTP, HTTPS, TCP, and UDP tunneling with flexible configuration options.

Access Control

Protect your tunnels with authentication, IP restrictions, and rate limiting capabilities.

Webhook Testing

Test third-party webhooks with persistent endpoints and detailed request logging.

How HaxorPort Works

Get up and running in minutes with these simple steps

1

Install HaxorPort

Install our command line tool using npm, yarn, or download the binary directly.

npm install -g haxorport
2

Start Local Server

Run your local application server on any port (e.g., React, Node.js, Flask, Rails).

npm start
# Server running on localhost:3000
3

Create Tunnel

Start HaxorPort and point it to your local port to generate a public URL.

haxorport tunnel 3000
# https://abc123.haxorport.online

How the tunnel works

Your Device localhost:3000
HaxorPort Server Cloud Infrastructure
Public Access abc123.haxorport.online

Simple, Transparent Pricing

Choose the plan that fits your needs

Free

For personal projects and testing

$0 /month
  • Basic request inspection
  • Random URLs only
  • Custom domains
Get Started
POPULAR

Pro

For developers and small teams

$12 /month
  • 10 concurrent tunnels
  • HTTP/HTTPS/TCP tunnels
  • Advanced request inspection
  • Custom subdomains
  • 1 custom domain
Get Started

Business

For companies and larger teams

$49 /month
  • Unlimited tunnels
  • All protocols supported
  • Team management
  • Advanced access controls
  • Unlimited custom domains
Contact Sales

Comprehensive Documentation

Everything you need to get started and make the most of HaxorPort

Quick Start Guide

1

Installation

Install HaxorPort via npm or download the binary.

2

Authentication

Create an account and authenticate your CLI.

3

Start Tunneling

Create your first tunnel with a simple command.

Read full guide

API Reference

Comprehensive API documentation for developers

View docs

FAQ

Answers to commonly asked questions

View FAQ
haxorport-docs.md
# HaxorPort CLI Reference

Create and manage secure tunnels to your local services.

## Basic Commands

haxorport login
Authenticate your CLI with your HaxorPort account

haxorport tunnel <port>
Create a tunnel to a local port

haxorport list
List all active tunnels

## Advanced Options

haxorport tunnel --subdomain=<name> <port>
Create a tunnel with a custom subdomain

haxorport tunnel --hostname=<domain> <port>
Use a custom domain for your tunnel

Start exposing your localhost today

Join thousands of developers who already trust HaxorPort for their tunneling needs.