logo
icon

pwndrop

pwndrop is a self-deployable file hosting service with a web-based admin panel. It lets you easily upload and share files over HTTP and WebDAV, with features like custom URL paths, MIME type spoofing, and automatic Let's Encrypt SSL certificates.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-04-04
Services
service icon
Tags
Tool

pwndrop

pwndrop is a self-deployable file hosting service with a clean web-based admin panel. Upload and share files over HTTP and WebDAV with full control over URLs, file names, and content types.

Features

  • Web Admin Panel - Upload, manage, and share files through a browser interface
  • Custom URL Paths - Set any URL path for your hosted files
  • MIME Type Control - Override the content type returned for any file
  • WebDAV Support - Mount as a network drive on any operating system
  • Sub-Path Hosting - Serve files from a secret admin path to keep the main URL clean
  • No Database Required - All data stored on the filesystem

First Access

Navigate to your domain followed by the secret admin path (default: /pwndrop). On first visit, you will create an admin account.

What You Can Do After Deployment

  1. Open your domain + /pwndrop — access the admin panel
  2. Create admin account — set up your username and password on first visit
  3. Upload files — drag and drop files into the admin interface
  4. Set custom URLs — assign memorable paths to your uploaded files
  5. Share links — distribute file URLs to recipients
  6. Configure WebDAV — mount as a network drive for easy file management

Environment Variables

VariableDescription
SECRET_PATHAdmin panel URL path (default: /pwndrop)
PUIDUser ID for file permissions
PGIDGroup ID for file permissions

License

GPL-3.0 — GitHub