WitMovil.El Blog de un DevOps
WitMovil.

Explorando la automatización, la tecnología móvil y la ingeniería de software eficiente.

Sistemas Operativos
Explorar
TechCodeAutomation
Nosotros
Acerca deContactoDonar
Conectar
Nuntius GitHub LinkedIn

© 2026 WitMovil

BY NUNTIUS.DEV

PrivacidadTérminosAnti-Spam

Hecho con Next.js & PocketBase

Volver al inicio

Install Ngrok on Linux Quickly Using Simple Shell Commands

Jeyson Orozco
Escrito porJeyson Orozco
Ko-fi
1 de marzo de 2025
Ubuntu
Install Ngrok on Linux Quickly Using Simple Shell Commands

Ngrok is an essential tool for developers looking to expose local servers to the internet securely. This guide will show you how to quickly install and set up Ngrok on your Linux system using Git and a ready-to-run shell script.



Tabla de Contenido

Toggle
  • Steps to Install Ngrok:
  • Why Use Ngrok?

Steps to Install Ngrok:

  1. Update Your System:
    Ensure your package manager is up to date:
    apt update -y
  2. Install Git:
    Git is required to clone the repository:
    apt install git
  3. Clone the Ngrok Repository:
    Use Git to clone the installer repository:
    git clone https://github.com/nuntius-dev/ngrok
  4. Run the Installation Script:
    Navigate to the repository and run the script:
    cd ngrok bash install.sh
  5. Verify the Installation:
    After installation, you can verify Ngrok by running:
    ngrok version

Congratulations! Ngrok is now installed and ready to use. You can expose your local server by running a command like:

Code
ngrok http 8080

Why Use Ngrok?

  • Securely expose your local development server to the internet.
  • Debug webhooks from third-party services.
  • Share your projects without deploying them to production.

Ngrok simplifies local development and testing for web developers and is an indispensable tool for any Linux user.

comprar cafe