copyparty
Self-HostedOpen-source web-based file manager & transfer tool with secure sharing
Overview
copyparty is a lightweight, self-hosted web-based file manager and transfer solution. It supports drag-and-drop uploads/downloads, batch operations, and secure file sharing via password-protected links or directories. With multi-user access and role-based controls, it’s suitable for teams or individuals. Deployable via Docker, standalone binary, or Python script, it requires minimal setup—even beginners can launch it quickly. Features include file previews for media/documents, prioritizing data privacy by keeping files on your server instead of third-party clouds, making it ideal for those wanting control over their data.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
copyparty:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: copyparty
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Drag-and-drop uploads/downloads & batch file operations
- Secure sharing via password-protected links or directories
- Multi-user support with role-based access control
- Flexible deployment (Docker, standalone binary, Python script)
Frequently Asked Questions
? Is copyparty hard to install?
No—copyparty offers simple deployment options: a standalone binary (no dependencies), Docker container, or Python script. For Docker, run a single command; the standalone binary works on most OSes without setup. Beginners can get it running in minutes.
? Is it a good alternative to Google Drive?
Yes—if you prioritize data privacy and self-hosting. Unlike Google Drive, copyparty keeps files on your server but lacks advanced features like real-time editing or AI integration. It’s perfect for secure file storage/sharing without third-party access.
? Is it completely free?
Yes—copyparty is open-source under the MIT License. All features are free with no subscriptions, hidden fees, or premium tiers for self-hosting.
Top Alternatives
People Also Ask about copyparty
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted data control)
- ⊕ No subscription fees or premium tiers
- ⊕ Lightweight resource usage
- ⊕ Multiple easy deployment options
Cons
- ⊖ Limited advanced collaboration features (e.g., real-time editing)
- ⊖ Role configuration may require initial setup time
- ⊖ No built-in cross-device sync or backup automation