Documentation
Everything you need to get started with SQLCloud Space
Quick Start Guide
Get up and running in minutes
Download Agent
Download and install the SQLCloud Space Agent on your server
Register Account
Create your account and register your agent
Configure Databases
Connect your databases and configure backup settings
Start Monitoring
Monitor your databases and manage backups from the dashboard
Documentation Categories
Getting Started
Installation guides, system requirements, and initial setup instructions.
Configuration
Learn how to configure databases, backup schedules, and monitoring settings.
Backup & Restore
Complete guide to backup operations, scheduling, and restoration procedures.
Monitoring
Set up monitoring, alerts, and performance tracking for your databases.
Security
Security best practices, encryption, and access control configuration.
API Reference
Complete API documentation for developers and integrations.
Sample Configuration
Example configuration file for SQLCloud Space Agent
AgentName=MyDatabaseServer
ServerUrl=https://api.sqlcloud.space
EnableMonitoring=True
[Database]
ConnectionString=Server=localhost;Database=MyDB;Trusted_Connection=true;
BackupSchedule=Daily
BackupTime=02:00
[Security]
EncryptionEnabled=True
EncryptionKey=YourEncryptionKey
[Monitoring]
AlertsEnabled=True
EmailNotifications=True
PerformanceThreshold=80