dl.samicodes.org — online

dl.samicodes.org

Scripts & tools by Sami — run directly from your terminal.

akandacloud_ssh
SSH · Cloudflare

One-command setup for SSH access through Cloudflare Tunnel. No open ports, no exposed IP — your server stays completely private. Works on Linux, macOS, and Windows.

$ bash <(curl -fsSL https://dl.samicodes.org/akandacloud_ssh.sh)
PS> irm https://dl.samicodes.org/akandacloud_ssh.ps1 | iex
What the script does
  1. 01 Detects your OS and architecture
  2. 02 Checks if cloudflared is already installed — skips if so
  3. 03 Installs cloudflared using the best method available
  4. 04 Asks for your tunnel hostname and SSH username
  5. 05 Writes the SSH config to ~/.ssh/config
  6. 06 Verifies everything and prints your connect command