This tutorial shows how to easily share your local development server with anyone, anywhere, using ngrok to create a secure tunnel.
Sharing your app's latest features with remote clients or project managers can be challenging. While deploying to a public staging server is an option, it's often overkill for minor updates or quick feedback. ngrok offers a simple solution: it lets you share your localhost server easily. This guide explains how to set it up and provides alternatives if needed.
Key Points:
- Simple Localhost Sharing: ngrok makes sharing your localhost server incredibly easy, regardless of location. This is perfect for showing clients or team members new features.
- Security and Access: While ngrok uses secure tunnels, your app's security is paramount. We'll discuss important considerations.
- Availability and Alternatives: ngrok's free tier is sufficient for many users, but we'll explore other localhost tunneling services like LocalXpose, localhost.run, localtunnel, JPRQ, and sish.
What is ngrok?
If your development machine is behind a firewall, ngrok creates a secure connection tunnel to its cloud service. Your localhost server is then accessible via an ngrok.io subdomain, eliminating the need for port forwarding or complex network configurations. ngrok clients are available for Windows, macOS, and Linux.
Is Local Tunneling Secure?
ngrok's tunnels are secure, only transmitting data to the specified localhost port. However, security depends on the application being tested. Since you'll likely share a temporary URL, assume potential access. Disable any potentially destructive features while the tunnel is active!
Pricing:
ngrok offers a free plan (up to four tunnels, 40 connections per minute). Paid plans start at $5/month and provide increased capacity and custom domains.
Getting Started with ngrok:
- Sign Up: Go to ngrok.com, sign up (Google or GitHub accounts are easiest), and verify your email.
- Download: Download the ngrok client for your OS from your dashboard.
-
Authentication: Extract the downloaded file and run the command shown in your ngrok dashboard (e.g.,
./ngrok authtoken <your_token></your_token>
). (Windows users:./ngrok.exe authtoken <your_token></your_token>
)
Sharing Your Local Web Server with ngrok:
- Start Your App: Launch your web application and note the port (e.g., 8888) and protocol (http or https).
-
Create a Tunnel: Run this command in your terminal:
./ngrok <protocol> <port></port></protocol>
(e.g.,./ngrok http 8888
). -
Share the URL: ngrok will provide an http:// and https:// URL (e.g.,
http://123456789.ngrok.io/
). Share this with others. The terminal displays request logs.
The ngrok dashboard (dashboard.ngrok.com/endpoints/status
) shows active URLs and client IPs.
-
Stop ngrok: Press Ctrl | Cmd C to stop the tunnel. Use
./ngrok help
for more options.
ngrok Alternatives:
While ngrok is popular, consider these alternatives:
- LocalXpose (commercial, free options available)
- localhost.run (free, SSH-based)
- localtunnel (open-source Node.js)
- JPRQ (open-source Python)
- sish (open-source Docker-based)
Frequently Asked Questions (FAQs): (See original text for FAQs)
ngrok and similar tools significantly improve web app demonstrations, streamlining testing and feedback.
The above is the detailed content of ngrok Step-by-Step Guide: Easily Share Your Local Server. For more information, please follow other related articles on the PHP Chinese website!

This pilot program, a collaboration between the CNCF (Cloud Native Computing Foundation), Ampere Computing, Equinix Metal, and Actuated, streamlines arm64 CI/CD for CNCF GitHub projects. The initiative addresses security concerns and performance lim

This Go-based network vulnerability scanner efficiently identifies potential security weaknesses. It leverages Go's concurrency features for speed and includes service detection and vulnerability matching. Let's explore its capabilities and ethical

Website construction is just the first step: the importance of SEO and backlinks Building a website is just the first step to converting it into a valuable marketing asset. You need to do SEO optimization to improve the visibility of your website in search engines and attract potential customers. Backlinks are the key to improving your website rankings, and it shows Google and other search engines the authority and credibility of your website. Not all backlinks are beneficial: Identify and avoid harmful links Not all backlinks are beneficial. Harmful links can harm your ranking. Excellent free backlink checking tool monitors the source of links to your website and reminds you of harmful links. In addition, you can also analyze your competitors’ link strategies and learn from them. Free backlink checking tool: Your SEO intelligence officer


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Dreamweaver Mac version
Visual web development tools