Open the server Apps tab
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.


Anonymous file upload service - drop a file, get a shareable link
Add your server credentials to Server Compass
Choose from our template library
Fill in settings and click Deploy
Use the AnonUpload template in Server Compass to deploy a self-hosted anonymous file upload web UI on your VPS, then verify the upload page.
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.

Click New App and choose the template deployment path so Server Compass can load the built-in catalog.

Use the template picker search to find AnonUpload in the Server Compass template catalog.

Choose the AnonUpload template. Server Compass fills the upload service, persistent upload volume, administrator email settings, and public web port.

Confirm the app name and compose service. In this run, the app was named anonupload-demo and used host port 4258.

Review the generated compose settings, confirm the AnonUpload web port is available, and click Deploy.

Keep the deployment modal open while Server Compass uploads the compose file, pulls the AnonUpload image, starts the container, and verifies the stack.

After deployment finishes, return to the Apps tab and confirm the AnonUpload app is marked Running with its application URL available.

Open the application URL in a browser. The AnonUpload upload page confirms the web UI is reachable.

The AnonUpload web interface loaded successfully from the deployed container.
It deploys the AnonUpload web UI container with a persistent uploads volume and administrator settings.
The tutorial used host port 4258, which maps to the AnonUpload web UI on container port 80.
Yes. Review the generated administrator credential, change it, then configure upload and moderation policies for your environment.
No. The deployment guide should live on the AnonUpload template detail page and be linked from the reusable template deployment docs page.
After deploying AnonUpload with Server Compass, complete these steps to finish setup
Open http://YOUR_SERVER_IP:{{PORT}} and upload a small test file to confirm the round trip works
Configure a retention cron on the host that prunes `anonupload_uploads` (e.g. `0 3 * * * find /var/lib/docker/volumes/<stack>_anonupload_uploads/_data -mtime +7 -delete`)
Front the service with a reverse proxy that adds HTTPS, body size limits, and rate limiting per IP
Add a CAPTCHA / Turnstile in front of the upload endpoint if you intend to expose it publicly
Set up disk-space alerts - this service WILL fill the disk eventually under any open access
Need help? Check out our documentation for detailed guides.
Common questions about self-hosting AnonUpload
Simply download Server Compass, connect to your VPS, and select AnonUpload from the templates list. Fill in the required configuration and click Deploy. The entire process takes under 3 minutes.
AnonUpload requires a minimum of 256MB RAM. We recommend a VPS with at least 1024MB RAM for optimal performance. Any modern Linux server with Docker support will work.
Yes! Server Compass provides volume mapping that allows you to import existing data. You can also use standard AnonUpload backup and restore procedures.
Server Compass makes updates easy. Simply click the Update button in your deployment dashboard, and the latest AnonUpload image will be pulled and deployed with zero downtime.
AnonUpload is open-source software. You only pay for your VPS hosting (typically $5-20/month) and optionally Server Compass ($29 one-time). No subscription fees or per-seat pricing.
Download Server Compass and deploy AnonUpload to your VPS in under 3 minutes. No Docker expertise required.
Download Server Compass