Video coming soon…
🛠️ Setup Documenso — Self-Hosted Document Signing
Deploy Documenso on Ubuntu with Docker — an open-source DocuSign alternative for sending and digitally signing documents on your own server, backed by PostgreSQL, on port 3062.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/documenso/documenso-ubuntu.sh
chmod +x documenso-ubuntu.sh
./documenso-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/documenso/documenso-ubuntu.sh
2 Make it Executable
chmod +x documenso-ubuntu.sh
3 Run the Installer
./documenso-ubuntu.sh
4 Sign Up and Create Your Account
http://your-server-ip:3062
Ports Used
| Port | Purpose |
|---|---|
| 3062 | Documenso web interface (mapped from container port 3000) |
| 5432 | PostgreSQL — internal to the Docker network, not exposed to the host |