# Deploy Copyparty with Easypanel

URL: /templates/copyparty

Copyparty turns a server into a file server with resumable uploads and downloads, accessible from any web browser. It supports HTTP(S), WebDAV, FTP(S), SFTP and TFTP in a single lightweight process, with per-folder, per-user permissions, thumbnails, a media player, zip/tar folder downloads, full-text and tag search, a markdown viewer and editor, and RSS/OPDS feeds. It is built for turning almost any device into a capable, self-hosted alternative to cloud file-sharing services.

## Installation notes

Log in with the username and password you set below — read/write/move/ delete/admin access is scoped to that account only, so nothing is publicly readable by default. Uploaded files live under the "data" volume, which is shared at the webroot. Add more accounts or volumes later by editing the mounted /cfg/copyparty.conf file and redeploying.

## Benefits

### Any Protocol

Serves the same files over HTTP(S), WebDAV, FTP(S), SFTP and TFTP

### Resumable Transfers

Uploads and downloads survive interrupted connections

### Self-Hosted

Runs as a single lightweight process on your own storage

## Features

### Per-User Permissions

Scope read, write, move, delete and admin access per account

### Media Player and Thumbnails

Browse with thumbnails and play audio/video straight from the browser

### Full-Text and Tag Search

Search by filename, contents, size, date or media tags

### Markdown Viewer and Editor

View and edit markdown files directly in the browser

## Configuration

- `appServiceName` (App Service Name, required): copyparty

- `appServiceImage` (App Service Image, required): copyparty/ac:1.20.19

- `adminUsername` (Admin Username, required): admin

- `adminPassword` (Admin Password): Set during installation — Auto-generated if left blank — find it in the conf file in the storage section after deployment.

## Services

- copyparty: app (copyparty/ac:1.20.19)

## Resources

- [Website](https://copyparty.eu)

- [GitHub](https://github.com/9001/copyparty)

- [Documentation](https://github.com/9001/copyparty#readme)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/copyparty)