Skip to main content

Fully Managed DocuSeal
as a Service

Deploy DocuSeal as a fully managed service starting at €9/mo. Get automated backups, SSL, updates, support and monitoring included.

DocuSeal is an open-source document signing platform — a maintained alternative to DocuSign, Adobe Sign, and Dropbox Sign — built on Ruby on Rails with a WYSIWYG PDF form builder, multi-party signing flows, REST API, and embedded signing components for React, Vue, and Angular. It runs on infrastructure you choose, with the signing history you control.

Free 7-day trial  99.9% Uptime SLA  No credit card  Cancel anytime

Free 7-day trial  99.9% Uptime SLA
No credit card  Cancel anytime

DocuSeal

DocuSeal

STARTING AT

€9/month
Automated Backups
Monitoring
Automated Updates
Auto SSL

USAGE

Unlimited
Human Support
Custom Domains
Terminal Access
File Manager Access
Deploy in your region 21 locations worldwide
GermanyFinlandNetherlandsUKSwedenUnited StatesCanadaSingaporeJapanAustraliaBrazilSouth Africa+9 more →
DocuSeal Preview Image

ABOUT THE SOFTWARE

What is DocuSeal

DocuSeal is an open-source document signing platform built by DocuSeal LLC and released under AGPLv3 with Section 7(b) additional terms. It does what DocuSign, Adobe Sign, and Dropbox Sign do — create templates, send for signature, capture multi-party signatures, generate a signed PDF with a Certificate of Signature — without the per-seat pricing model.

The codebase is Ruby on Rails on the backend with Vue.js and TailwindCSS on the front-end, PostgreSQL as the production database, and Redis for background jobs. The project has crossed 11,800 GitHub stars and ships official client libraries for Ruby, Python, PHP, JavaScript, React, Vue, and Angular — all MIT-licensed — plus a CLI and an i18n helper.

DocuSeal is bootstrapped — no outside investors — and has an unusually direct relationship with self-hosters: the company publishes detailed env-var configuration docs, runs an active GitHub discussions board, and ships the same docker-compose file customers run in production. The community AGPLv3 edition gives unlimited documents and unlimited signers.

FEATURES

What DocuSeal does

DocuSeal handles the full document-signing workflow: build a template once, send it to one or many signers in defined order, capture signatures with a tamper-evident Certificate of Signature, and store the signed PDFs in the storage backend of your choice. Below are the eight capabilities most teams rely on day-to-day.

WYSIWYG PDF form builder

Drag-and-drop signature, initials, date, text, checkbox, radio, dropdown, file-upload, payment, and stamp fields onto any PDF. 10+ field types, conditional fields on Pro.

REST API and webhooks

Create submissions, fetch templates, list signers, download signed PDFs, and subscribe to submission.completed events. Production API use requires a Pro license; community edition supports testing.

RFC 3161 timestamp server

Each signed PDF carries a third-party cryptographic timestamp from a trusted Time Stamp Authority. Survives certificate expiry; strengthens the evidentiary chain for litigation.

Multi-party signing flows

Define signer roles and ordering — sequential, parallel, or mixed. Each signer gets a personalized email link, signs only their assigned fields, and triggers the next step on completion.

Embedded signing for React, Vue, Angular

Official client components on GitHub (MIT-licensed). Mount the signing UI inside your own product. White-labeling and production use require Pro; community works for prototypes.

Conditional fields and bulk send

Show or hide fields based on prior answers (visa status, US state, dollar threshold). Bulk-send a single template to hundreds of signers seeded from a CSV in one batch.

WHAT'S ALWAYS INCLUDED

Every app. Fully managed.
Nothing extra to pay for.

Every app you deploy includes the full managed service — security, backups, updates, and support from day one.

Automatic updates and patches

Apps run the latest stable version. Security patches applied silently, with rollback if needed.

Daily off-site backups

Multiple daily backups in redundant off-site locations. One-click restore if anything goes wrong.

24/7 uptime monitoring

Continuous monitoring with instant alerting. We respond before you notice.

SSL, firewall, DDoS protection

Auto-renewing SSL, hardened firewall rules, DDoS mitigation on every deployment.

Performance and scaling

We monitor resource usage continuously. When your app needs more headroom, we flag it and upgrade with your explicit approval.

Dedicated engineering support

Real engineers on chat. DNS, SMTP & migration help. All included in €9.

WHY MANAGED

Why teams pick managed DocuSeal

On January 1, 2025, DocuSign raised its eSignature plan prices — Standard went from $25 to $30/user/month (+20%), Business Pro from $40 to $45/user/month (+12.5%), Personal from $10 to $11/month. For a 10-seat team on Business Pro, that's $5,400/year just for signing, before SMS delivery, identity verification, or per-envelope overages.

"Just running DocuSeal" — the docker-compose vanilla install — works for the first afternoon. Then the operational load shows up. SMTP delivery is the most common landmine: environment-variable precedence vs the admin UI is undocumented enough that GitHub Issue #394 spent months unresolved; TLS 1.2/1.3-only relays return cryptic SSL errors that don't surface in container logs (Issue #226); special characters in SMTP passwords still break auth on some releases (Issue #460). Beyond mail, the two-store backup trap catches almost every self-hoster: the PostgreSQL database and the on-disk PDF storage are separate, and they must be snapshotted in the same window or restore produces orphaned signing-history records pointing at PDFs that no longer exist.

We run DocuSeal with the relay pre-wired and verified end-to-end against TLS 1.2 and 1.3. We pin a working PDF library version, pre-load Noto Sans CJK and Arabic fonts so multi-language signing renders correctly. The database and document storage are snapshotted off-site in the same nightly window with 7-day retention. FORCE_SSL is on, the admin panel is reachable only over HTTPS, and Postgres never sees a public port.

What you get on day one: a working DocuSeal at your subdomain with mail flowing, backups configured, monitoring live, and a person who answers when you message us. What you don't get: the rest of your week back from running it yourself.

REVIEWS

Hear from customers ​like you​​​​​​​

Successful businesses and professionals around the world rely on DANIAN every day

USE CASES

Three teams who run DocuSeal on DANIAN

These are representative team types we set up most often. Each starts with the same flat €9 plan.

 14-AGENT REAL ESTATE BROKERAGE

Replacing DocuSign Business Pro after the spring season envelope cap broke

This brokerage moved its lease, listing, and disclosure templates onto a managed DocuSeal instance in our USA region. They wired in a Postmark relay so signing-request emails come from their own domain, enabled the Pro SMS identity check for transactions over $1M, and pinned an RFC 3161 timestamp server so each signed PDF carries a third-party cryptographic timestamp.

 20-PERSON HR TEAM AT A REGIONAL ACCOUNTING FIRM

Migrated from Adobe Sign after seasonal hiring blew through the transaction cap

The HR group runs offer letters, W-4 packets, and benefits re-enrollment from a single DocuSeal instance in our USA region. They wired a Mailgun relay so emails appear from each coordinator's Outlook sent items, then bulk-sent annual re-enrollment to 850 employees from a CSV in one afternoon.

 8-PERSON B2B SAAS PRODUCT TEAM

Embedding DocuSeal in-product to handle ~2,000 signed agreements per month

This team mounts the docuseal-react component inside their customer dashboard so signing happens without leaving the product. We run their instance in Germany, route mail through a regional relay, and snapshot the Postgres database and document storage bucket in the same nightly window so the signing history stays intact on restore.

COMPARISON

Four ways to run DocuSeal

There are four honest paths to a working document-signing workflow: pay DocuSign per seat, self-host on a VPS, run it on a home server, or have us run it. The math is below at 1, 5, and 10 administrators. Signers are external recipients and are unlimited on every self-hosted path including ours.

 PATH1 ADMIN5 ADMINS 10 ADMINSSETUP & ONGOING TIME
DocuSign Standard
(proprietary SaaS)
$30/mo$150/mo$300/moMinutes to set up. 100 envelopes/user/year cap; overage $3–$8 each. SSO, advanced contractual protections, and 21 CFR Part 11 support are Enhanced-tier "contact sales" only.
Self-host on a $24/month production-class VPS
~$44/mo + 1–2 hr/mo ops~$44/mo + 1–2 hr/mo ops~$44/mo + 2–4 hr/mo ops5–10 hours initial setup. Add $5/mo object-storage backup target and $15/mo monitoring. Ops time covers patching, SMTP debugging, backup verification, and certificate renewal.
Home server
(Synology DS923+ or similar)
€210–667/mo effective€210–667/mo effective€210–667/mo effective~€650 hardware amortized over 36 months, plus electricity (80–150W × 24/7), business-grade internet with static IP, and 2–4 hr/month ops time at sysadmin rates.
DANIAN Managed DocuSeal€9/mo€9/mo€9/moLive within minutes of signup. Ongoing time: 0. We handle the operations layer, mail relay, backups, monitoring, and support. Add admins without per-seat cost.

DocuSign Standard pricing from docusign.com pricing page, May 2026. Cap and overage figures from DocuSign published documentation. VPS path math from a $24/month production-class VPS plus typical add-ons; sysadmin rates assumed €60–120/hour.

BY INDUSTRY

DocuSeal for specific industries

Document signing carries different legal, retention, and identity-verification weight by industry. Below are four industries where the specifics matter — the regulation that governs the signature, what we configure on the instance, and a representative workflow.

For US engagements, the ESIGN Act of 2000 (15 U.S.C. §7001) and UETA make e-signatures legally equivalent to wet ink for transactions in interstate commerce. For matters under eIDAS Regulation 910/2014, three signature tiers apply — Simple (SES), Advanced (AdES), and Qualified (QES). DocuSeal generates SES and AdES out of the box; QES requires a Qualified Trust Service Provider integration that DocuSeal does not provide standalone.

On DANIAN we pin an RFC 3161 timestamp server so each signed PDF carries a third-party cryptographic timestamp that survives certificate expiry, and we configure a separate long-term retention bucket with object lock so documents under litigation hold cannot be overwritten. Each signed PDF carries a Certificate of Signature page documenting IP address, email confirmation, timestamp, and SHA-256 hash — the evidentiary chain ESIGN requires (intent, identity, integrity). Most US state bar associations require client files retained 7 years post-matter; retention policy is configured at provision.

Residential and commercial transactions under the ESIGN Act and UETA can be e-signed in 49 of 50 US states; state real estate commission rules (TREC in Texas, CAR in California, REBNY in New York) add specific disclosure-form requirements, and NAR's eSignature Guidelines govern member realtor practice. Federal RESPA (12 U.S.C. §2601) and TILA also impose timing rules that intersect with how e-signed documents are dated and recorded.

Average residential lease has 4 signatories (two tenants, landlord, agent); commercial leases routinely run 6+. Texas REC requires brokers retain transaction records 4 years from closing.

Offer letters and employment agreements fall under ESIGN and UETA in the US. Form I-9 employment-eligibility verification can be e-signed under 8 CFR §274a.2(e), but Section 1 must be completed on the employee's first day and Section 2 within 3 business days of hire — a hard deadline DocuSeal's signing reminders enforce. 29 CFR §1602 requires personnel records be retained 1 year from action; for federal contractors, 41 CFR §60-1.12 extends that to 2 years.

A typical full new-hire onboarding packet has 8–12 documents requiring signature (offer letter, W-4, state withholding, direct deposit, NDA, IP assignment, employee handbook acknowledgment, benefits enrollment). DocuSeal's bulk-send-from-CSV workflow handles annual benefits re-enrollment in a single batch.

Broker-dealer client agreements fall under FINRA Rule 4511 and SEC Rule 17a-4, which require records be retained 6 years (the first 2 in easily accessible storage), with electronic records stored in non-rewriteable, non-erasable WORM format. Registered investment adviser records are governed by 17 CFR §275.204-2 (5 years, first 2 on-site). Tax preparers retain copies of returns or a taxpayer list 3 years under IRC §6107.

A typical Registered Investment Adviser new-account packet has 5–7 signed documents (ADV Part 2 acknowledgment, Investment Management Agreement, W-9, beneficiary designation, risk-tolerance questionnaire) dual-signed by client and adviser. We back up the Postgres database and document bucket in the same nightly window so the signing-history records stay aligned with the signed PDFs on restore.

FAQ

Frequently asked questions

Everything teams ask before signing up — answered straight, without sales speak.

Three groups: technical setup, migration, and how DANIAN works as a service.

01

Technical and configuration

Community AGPLv3 gives you unlimited documents, the WYSIWYG builder, multi-party signing, REST API, webhooks, on-disk storage, and basic PDF digital signatures. Pro On-Premises ($20/user/month or $200/year) adds SAML SSO, SMS identity verification, custom email branding, automated reminders, conditional fields and formulas, HTML-template-to-API, embedded signing for production use, and team role permissions.

One detail buyers miss: the Pro On-Premises API carries a per-document fee (~$0.20) for API-signed submissions even on self-hosted instances. If you're embedding signing in your own product at high volume, that math matters — we'll walk through it during onboarding so there are no surprises.

Info: Currently we support only the community edition of DocuSeal. If a client has a Pro license, we can't activate it because it requires a separate Docker build.
Yes. Each of our DocuSeal instances get's automated SMTP as part of the package.
Yes. Upload a PKCS#12 or PFX certificate via Settings → E-Signature → Upload Cert; the PDF is then signed using your X.509 v3 cert.

One limit to be aware of: Adobe Approved Trust List (AATL) certificates stored on a USB token cannot be used for automated signing — that requires HSM integration. For Qualified Electronic Signatures under eIDAS, you need a Qualified Trust Service Provider, which DocuSeal does not provide standalone.
DocuSeal is mobile-optimized web — signers complete signing in any phone browser without creating an account or installing anything. There is a PWA-style installable resource but it's not a native iOS or Android app. For most signing flows this is a feature, not a limit — adoption is higher when signers don't have to install something.

DocuSeal publishes docuseal-react, docuseal-vue, and docuseal-angular components on GitHub (MIT-licensed). You mount the component inside your customer-facing dashboard and pass a submission token; signing happens without leaving your product.

White-labeling and production embedded use both require the DocuSeal Pro license. Customization is via component props and CSS — the embed is iframe-based, not full DOM-native, which is worth checking against your design system before you commit.

02

Migration and onboarding

We can activate your app on your own custom domain/subdomain. Examples: mydomain.com, anyword.mydomain.com.
Or, on our randomized free subdomain. Example: 963.apps.danian.cloud
If you wish to use a custom domain/subdomain, select that option when ordering your app (or notify us later). We will send you the required DNS records and if needed, our tech team will modify them for you.
21 datacenter locations across six continents. You choose the region at provisioning. Application data sits in the region you choose; pick whichever is closest to your users or matches your data-residency preference.
Yes. Request a region migration from the dashboard and we run the move in the background. The system emails you when the migration completes; total transfer time depends on data volume but typical instances finish in a few hours. There is no extra charge for a region change.
Yes. Full data export is available at any time, in a portable format you can bring to any infrastructure.
Yes, with caveats. DocuSeal publishes an import guide that walks through downloading your DocuSign templates as a ZIP and uploading them. Field positions, signer roles, and basic fields (text, signature, date, checkbox) carry over reliably. What doesn't carry over: DocuSign-specific features like conditional logic, payment fields, PowerForms, signing groups, and document visibility rules — those have to be rebuilt using DocuSeal Pro's conditional fields and formulas. Saved signatures and historical envelopes don't transfer either.
Adobe Sign and Dropbox Sign don't have a clean ZIP export the way DocuSign does, so template migration is largely manual: download the source PDFs, then drag the field positions into the DocuSeal builder. For 5–15 templates that's typically a one-afternoon job; we'll do it for you during onboarding if you share the PDFs and field maps.

03

Billing, support, and platform

€9 covers everything we do for that app: hardware in the region you choose, daily off-site backups with one-click restore, automatic security patches and version upgrades, 24/7 monitoring, SSL and firewall, and engineering support on Email/LiveChat. There are no setup fees or hidden line items. For more info see our Pricing page.
If you decide to continue, we charge €9/app/month from day 8. If you don't, the trial ends and you can export your data. No card is required for the trial, and we never auto-charge you without explicit consent.
No. The €9/month is flat regardless of how many users log into your app. Add 5 users or 50; the price doesn't change.
24/7 Live chat and email support, both staffed by engineers who run the systems. We handle DNS configuration, SMTP setup, app integrations, performance tuning, troubleshooting, and migration help. Response time is typically under an hour. There is no tier system — every customer gets the same support.
Yes. Cancel from the dashboard. We don't charge a cancellation fee, we don't lock data, and we will export your data to you on request before deletion. data to you on request before deletion.
Every customer instance is backed up daily to a separate region from the primary. We test restores. You can request a restore at any backup point within the retention window — usually 7 days for daily backups.
Your application data sits in the region you choose at provisioning — 21 datacenter locations across six continents. Account-level data (billing, account email, support ticket history) is processed centrally. Application data region is picked by you, per app.
99.9% uptime SLA on every app, every tenant. Service credits are documented at danian.co/service-level-agreement. The status page is located at status.danian.co.
When your tenant approaches the resource ceiling — the base tier holds 1 vCPU/RAM, 30 GB storage — we notify you. Resource upgrades happen with your explicit consent; we will not upgrade your tenant or charge you without it.
We wait. We don't suspend the app or delete your data on the first failed charge. We email you, you fix the card on file, and we continue.
Invoices can be downloaded from the billing dashboard in PDF the day each charge succeeds. EU VAT is added where applicable and the VAT-reverse-charge regime applies for VAT-registered businesses with a valid number.
150+ open-source apps across automation, team chat, file sync, analytics, AI, password management, email marketing, dev tools, project management, smart home, CMS, and federated social. See the full catalog →
Yes. Every instance comes with a web-based terminal and a file manager in your DANIAN management dashboard. Useful for managing your data and customizations.
Resources scale with your usage. If your app needs more vCPU, RAM, or storage, we add it — and we ask first before any change to your plan. €9 is the floor; resource-heavy workloads may price higher, but you'll always know in advance.
Yes. We have both a Partner program and an Affiliate program available. Anybody can sign up.
No contract. No minimum commitment. Cancel anytime from the dashboard with one click. The 7-day free trial requires no credit card. After the trial converts to paid, you can still cancel at any month without notice or penalty.

DEPLOY IN YOUR REGION

21 datacenter locations on six continents

Pick the region closest to your users.

United States, Germany, Finland, Singapore, Australia, Brazil, Canada, Netherlands, UK, Spain, Italy, France, Sweden, Malaysia, India, Japan, Mexico, Poland, South Korea, Chile, South Africa and more coming soon

Global Reach Map

Try managed DocuSeal for 7 days

No card. Cancel from the dashboard.