Quick Start
This guide will help you quickly deploy and use CloudPaste.
Prerequisites
Choose Deployment Method
Choose the appropriate deployment method based on your needs:
- GitHub Actions Deploy - Recommended, completely free and automated
- Docker Deploy - Suitable for users with servers, supports local storage
- More Deploy Methods - Includes manual deployment methods for Cloudflare, Vercel and other platforms
Before starting deployment, please ensure you have prepared the following:
- [x] Cloudflare account / VPS (docker)
- [x] If using R2: Enable Cloudflare R2 service and create bucket (payment method required)
- [x] If using B2: Register Backblaze account and create application key
- [x] If using Vercel: Register Vercel account
- [x] Other S3 storage service configuration:
S3_ACCESS_KEY_IDS3_SECRET_ACCESS_KEYS3_BUCKET_NAMES3_ENDPOINT
Initial Configuration
After deployment, follow these steps for initial configuration:
1. Access Admin Interface
Login with default admin account:
- Username:
admin - Password:
admin123
Security Notice
Please change the default admin password immediately after system initialization!
2. Configure Storage Service
Configure your S3 storage service in the admin interface:
- Go to "S3 Storage Configuration"
- Click "Add Storage Configuration"
- Fill in storage service information
- Test connection and save
3. Create API Key (Optional)
If you need to use API or WebDAV features:
- Go to "API Key Management"
- Create new API key
- Set appropriate permissions
- Save key information
Basic Usage
Text Sharing
- Click "Create Text" on homepage
- Write content using Markdown editor
- Set access permissions (optional)
- Click "Save and Share"
File Upload
- Click "Upload File" on homepage
- Select or drag files
- Set file properties (optional)
- Start upload
WebDAV Mount
- Get WebDAV address:
https://your-domain/dav - Authenticate with admin account or API key
- Add network location in file manager
Next Steps
- Learn more about Features
- Check detailed deployment guides:
- Read API Documentation
- Participate in Development
