Access DocuSeal
1. Point your domain to the server IP in DNS.
2. Check /root/docuseal/.env
file and update if necessary:
nano /root/docuseal/.env
3. Enable and start the DocuSeal service:
sudo systemctl enable --now docuseal
4. Access DocuSeal in your browser: https://<your-domain>
.
⏳ It might take a few minutes for DocuSeal to fully start.
5. Complete the initial setup.
Important Files
/root/docuseal/docker-compose.yml
→ Docker Compose definition/root/docuseal/.env
→ Environment variables (contains your domain)/etc/systemd/system/docuseal.service
→ systemd unit for auto-start
Managing Docuseal
With Docker Compose:
cd /root/docuseal
docker compose ps
docker compose logs -f
With systemd:
systemctl status docuseal