Uguu
Self-HostedOpen-source lightweight file upload service with drag-n-drop & single-click ease
Overview
Uguu is a privacy-focused, open-source file upload tool designed for quick sharing. It supports drag-n-drop and single-click uploads, generates short shareable URLs, and offers configurable file expiration and size limits. Ideal for self-hosting, it can be deployed via Docker (simplest method) or manual setup (Node.js + Nginx). It prioritizes minimalism and privacy—no user tracking or logs—making it perfect for users who want control over their file-sharing data without unnecessary bloat.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
uguu:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: uguu
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Drag-n-drop & single-click file uploads
- Short, shareable URLs for quick access
- Configurable file expiration and size limits
- Self-hostable via Docker or manual deployment
Frequently Asked Questions
? Is Uguu hard to install?
Uguu is easy to install—you can use Docker for a quick setup (with a single docker-compose command) or manual deployment using Node.js and Nginx. The official documentation provides clear, step-by-step instructions for both methods.
? Is it a good alternative to WeTransfer?
Yes, Uguu is a strong open-source alternative to WeTransfer for privacy-conscious users. It offers similar drag-n-drop upload ease but is self-hostable, ad-free, and log-free—though it lacks advanced features like custom branding or large file support (configurable but limited by your hosting).
? Is it completely free?
Uguu is completely free and open-source (MIT license). There are no hidden costs; you only need to cover hosting expenses if you choose to self-host it (e.g., server/VPS fees).
Top Alternatives
People Also Ask about Uguu
Tool Info
Pros
- ⊕ Privacy-focused (no user tracking or logs)
- ⊕ Lightweight and low-resource consumption
- ⊕ Simple, intuitive UI for fast uploads
- ⊕ Free and open-source (MIT license)
Cons
- ⊖ Lacks advanced features like custom branding or team collaboration
- ⊖ Requires hosting infrastructure (server/VPS) for self-hosting
- ⊖ Basic file management compared to SaaS alternatives