Server alerts.
SSH terminal.
Your pocket

Pling pushes server notifications to your iPhone and puts a full SSH terminal in your hands — with customizable terminal themes and GPU-rendered effects.

Download on the App Store
pling — notifications
$ curl -X POST https://api.plingpush.com/api/push \
  -H "Content-Type: application/json" \
  -d '{"token":"YOUR_TOKEN","title":"Deploy OK"}'
{"ok":true,"id":"notif_a7x9k2"}
 
[14:32] HIGH deploy Production deploy completed
[14:31] monitor CPU usage back to normal
[14:28] CRIT alert Disk usage above 90% on db-01

// features

Webhook notifications

POST to a single endpoint. Get instant push notifications on your phone. Supports priority levels, channels, and custom actions.

SSH terminal

Full terminal via Citadel SSH. Ed25519, P-256, RSA keys. Password and key-based auth. Multiple concurrent sessions.

Custom sounds

6 built-in terminal sounds or import your own. Per-channel sound assignment. Critical alerts bypass Do Not Disturb.

Port forwarding

Local and remote port forwarding through SSH tunnels. Access remote databases and services from your phone.

Channels and rules

Organize notifications by channel. Create rules to mute, forward, or change priority. Schedule quiet hours per channel.

Terminal themes

8 built-in themes with Metal GPU scanlines, glow, and vignette effects. Full color and font customization.

// how it works

1

Create a token

Open Pling, go to Config > Tokens, and generate an API token.

2

Send a notification

POST to /api/push with your token, title, and optional message, priority, and channel.

3

Get alerted instantly

Notifications appear in your feed via WebSocket in real-time, or as a push notification when the app is closed.

// CLI tool

Pipe output directly from your terminal to your phone.

$ echo "Deploy done" | pling -t "deploy" -p high
 
$ tail -f /var/log/syslog | pling -t "syslog" --stream
 
$ make build 2>&1 | pling -t "Build result"