๐ฅ๏ธ Remote Support
Browser-based remote desktop sessions with built-in chat, file transfer, voice calls, and session recording. No software to install โ just share a link.
What Is Remote Support?
Remote Support lets you start a remote desktop session directly from your browser. Share a session link with anyone โ they click it and you're connected. No downloads, no agents, no VPN required. Perfect for:
- IT helpdesk โ Troubleshoot employee machines remotely without installing anything
- Client support โ Walk clients through issues on their screen in real-time
- MSP operations โ Manage multiple client environments from one dashboard
- Training sessions โ Take control of a trainee's screen to demonstrate workflows
- Internal tools โ Access internal machines behind firewalls without VPN
How It Works
- Navigate to Remote Support in your 25cent.cloud dashboard
- Click "Start Session" and configure options (chat, file transfer, recording)
- Send the generated session link to the remote user
- Remote user clicks the link โ browser-based connection established instantly
- Session auto-expires when you disconnect or when time runs out
Pricing
1 quarter per hour (25ยข/hour). No monthly fees, no per-seat licensing. Billed in 1-hour increments. Sessions can be extended at any time.
Features
| Feature | Description |
|---|---|
| Remote Desktop | View and control the remote user's screen with low-latency streaming |
| Built-in Chat | Real-time text chat alongside the remote session โ no need for a separate messaging app |
| File Transfer | Drag-and-drop file exchange between local and remote machines during a session |
| Voice Calls | Built-in voice communication โ talk to the remote user without a phone call |
| Session Recording | Record the entire session for auditing, training, or compliance purposes |
| Ephemeral Sessions | Sessions auto-expire and all data is purged โ zero residual footprint |
API Usage
POST /api/remote-support/sessions
Authorization: Bearer YOUR_TOKEN
Content-Type: application/json
{
"duration": 2,
"enableChat": true,
"enableFileTransfer": true,
"enableVoice": true,
"enableRecording": false
}
Response:
{
"sessionId": "rs_abc123def456",
"sessionUrl": "https://25cent.cloud/support/rs_abc123def456",
"expiresAt": "2026-02-28T16:00:00Z",
"cost": 2,
"status": "waiting"
}
vs. Competitors
| Feature | 25cent.cloud | TeamViewer | AnyDesk |
|---|---|---|---|
| Install Required | โ No | โ Yes | โ Yes |
| Monthly Fee | None (25ยข/hour) | $50+/month | $15+/month |
| Auto-Expires | โ Yes | โ No | โ No |
| Built-in Chat + Voice | โ Yes | โ Yes | Chat only |
| File Transfer | โ Yes | โ Yes | โ Yes |
Security
- All connections are encrypted end-to-end via TLS 1.3
- Sessions use unique, non-guessable tokens โ cannot be reused or replayed
- Optional password protection on session links
- Session data (recordings, files) auto-purged on expiry
- No persistent agents or daemons โ nothing remains on either machine