Everything you need to get started.

Quick start guides, API reference, troubleshooting, and best practices for RemoteDesk deployment and usage.

Quick Start

Get RemoteDesk running in 5 minutes. Installation instructions for Windows, macOS, and Linux.

Read Guide →

User Guide

Complete user manual covering features, settings, and common workflows for support technicians.

Read Guide →

Administration

Admin panel walkthrough, team management, SSO setup, and deployment options for IT teams.

Read Guide →

API Reference

REST API documentation for integrating RemoteDesk into your workflow automation and CRM systems.

Explore API →

FAQ & Troubleshooting

Solutions to common issues, network troubleshooting, and performance optimization tips.

View FAQ →

Tutorials

Video tutorials and step-by-step guides for advanced features like unattended access and privacy masking.

Watch Videos →

API Example

// Create a new session
const session = await RemoteDesk.createSession({
host: 'example@company.com',
duration: 3600, // seconds
maxConcurrent: 5,
});
// → Returns session ID, token, and connection details
console.log(session.sessionId); // 482-917-305