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 DimmKirr/tap
brew install atunAlpine Linux
bash
# Add the repository key
curl https://alpine.fury.io/DimmKirr/[email protected] > /etc/apk/keys/[email protected]
# Add Atun repository
echo "https://alpine.fury.io/DimmKirr/" >> /etc/apk/repositories
# Install Atun
apk update
apk add atunWindows
powershell
scoop bucket add DimmKirr https://github.com/DimmKirr/scoop-bucket.git
scoop install atunBasic Usage
Start a Tunnel
bash
atun upCheck Status
bash
atun statusStop the Tunnel
bash
atun downNext Steps
- Learn about EC2 Router
- Understand the Tag Schema
- Explore CLI Commands