// Workers AI · dad joke modeWhat did Copyparty software say? "I'm a duplicate.
| Copyparty | |
|---|---|
| Developer | 9001 |
| Release | 1.0.0 / September 8, 2021[1] |
| Stable release | 1.20.18
/ July 10, 2026[2] |
| Written in | Python, JavaScript |
| Operating system | Cross-platform |
| Type | File sharing |
| License | MIT License |
| Website | copyparty |
Copyparty is free and open-source file sharing software. It is distributed as a single Python file that can run without installation or dependencies which hosts a file server reachable through a web browser.[3][4] It can serve files over HTTP, HTTPS, WebDAV, FTP, SFTP, TFTP and SMB/CIFS.[5][6] It is released under the MIT License.[3][7]
History
[edit]Development started in 2019.[8] The developer 9001, has said the software was written on a phone in their spare time, using Termux with tmux and Vim.[9] Version 1.0.0 was released in September 2021.[1]
Features
[edit]Copyparty uses a custom upload protocol called up2k. The browser client splits a file into chunks before transfer, so that chunks the server already holds can be skipped. Identical files are deduplicated on disk using symlinks or hard links. Because file upload is chunked, failed uploads can be resumed.[5][10] A file can already be downloaded while it is still being uploaded.[7]
The web interface listens on port 3923 by default. On startup the program prints the server's address and a QR code that other devices can scan to connect.[3][11] The program can also be mounted as a network drive through WebDAV, SFTP, FTP and SMB, using a file manager.[9][10] The server can announce itself on the local network using zero configuration networking via mDNS and SSDP.[9][6]
Permissions are set per user and per volume. A volume may be made accessible to anonymous users for reading or for uploading.[12][9] Users can generate temporary links to a file or folder.[11]
Portability
[edit]Copyparty runs on Linux, macOS, Windows, FreeBSD, Android, and single board computers such as the Raspberry Pi.[9][8] Older 32-bit versions of Windows are also supported using a Windows executable.[6] The web interface is also functional on older browsers such as Internet Explorer and runs on devices such as the PlayStation Portable and Nintendo 3DS.[5] An Android app is available on F-Droid.[9]
Reception
[edit]Les Pounder of Tom's Hardware called Copyparty "a rather wonderful tool that turns almost any device capable of running Python into a file server"[3] Patrick Campanale of How-To Geek wrote that the software "gets you a file server up and running in seconds", but criticised the storing of passwords in plain text and the inability of users to change their own passwords.[12]
See also
[edit]References
[edit]- 1 2 "Release sufficient · 9001/copyparty". GitHub. 2021-09-08. Retrieved 2026-07-27.
- ↑ "Release bwrap off · 9001/copyparty". GitHub. 2026-07-10. Retrieved 2026-07-27.
- 1 2 3 4 Pounder, Les (2025-08-30). "How to transfer and share files over a network without a USB flash drive — and with just one line of code". Tom's Hardware. Retrieved 2026-07-27.
- ↑ Dierking, Niklas (2025-10-23). "Loslegen mit dem Instant-Fileserver copyparty". Heise online (in German). Retrieved 2026-07-27.
- 1 2 3 "'CopyParty' turns almost any device into a file server, allowing you to resume transfers even if they are interrupted, and supports HTTP, WebDAV, FTP, TFTP, and SMB/CIFS". Gigazine. 2025-07-29. Retrieved 2026-07-27.
- 1 2 3 August, Tyler (2025-07-30). "Everyone's Invited To The Copyparty". Hackaday. Retrieved 2026-07-27.
- 1 2 "9001/copyparty: README". GitHub. Retrieved 2026-07-27.
- 1 2 Horsey, Julian (2025-07-28). "Copyparty: Open-Source File Server for All Platforms". Geeky Gadgets. Retrieved 2026-07-27.
- 1 2 3 4 5 6 Rice-Jones, Joe (2025-08-06). "Copyparty: The ultimate open-source file server for self-hosted media". XDA. Retrieved 2026-07-27.
- 1 2 Abidi, Yadullah (2026-03-25). "Your spare laptop is about to become the cheapest NAS alternative you'll find". MakeUseOf. Retrieved 2026-07-27.
- 1 2 Singh, Anurag (2025-12-17). "I set up Copyparty and never need to email files to myself again". XDA. Retrieved 2026-07-27.
- 1 2 Campanale, Patrick (2025-10-18). "I Wish I'd Discovered This Ultra-Simple File Server a Long Time Ago". How-To Geek. Retrieved 2026-07-27.