Skip to content

Quick Start

Get started with Atun in minutes. Follow these simple steps to set up secure tunneling to your AWS resources.

Installation

macOS

bash
brew tap automationd/tap
brew install atun

Windows

powershell
scoop bucket add automationd https://github.com/automationd/scoop-bucket.git
scoop install atun

Basic Usage

Create a Router

bash
atun router create

Start a Tunnel

bash
atun up

Check Status

bash
atun status

Stop the Tunnel

bash
atun down

Next Steps

Released under Apache 2.0 License.