Skip to main content
ngrok logo

Download ngrok

ngrok is your app’s front door—and the fastest way to put anything on the internet.

Agent

Raspberry Pi

Installation

Install ngrok via Apt with the following command:

curl -sSL https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
	| sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null \
	&& echo "deb https://ngrok-agent.s3.amazonaws.com buster main" \
	| sudo tee /etc/apt/sources.list.d/ngrok.list \
	&& sudo apt update \
	&& sudo apt install ngrok

Link your device to your ngrok account by using your authtoken with the following command:

Don’t have an authtoken? for a free account.

ngrok authtoken 

Learn how to access your device with SSH, restrict which IPs can access the device, and more in ngrok docs.