diff --git a/debian/manpages b/debian/manpages
index 42fb695ff236127bd413dfb9c9e12ca474c7e601..22844b3777f3296d20c94951a8974757ff2ce3b6 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1 +1,2 @@
 docs/man/soledad-create-userdb.1
+docs/man/soledad-server.1
diff --git a/debian/rules b/debian/rules
index e78a8c3138ec9e635e2d8dfea86aaa615a12ba90..ee6e33e20ca0a93e6811f9783a46c0d8f5ff1b84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ NAME=soledad-server
 	dh $@ --with python2 --namespace=leap.soledad --buildsystem=pybuild --with=systemd
 
 override_dh_prep:
-	rst2man docs/man/soledad-create-userdb.1.rst docs/man/soledad-create-userdb.1
+	(cd ./docs/man; for src in *.rst; do tgt=$$(basename $${src} .rst); rst2man $${src} $${tgt}; done)
 	dh_prep
 
 override_dh_installinit:
@@ -25,4 +25,4 @@ override_dh_auto_clean:
 	dh_auto_clean
 	find . -name "*.pyc" -exec rm -rf {} \;
 	find . -name ".tox" -exec rm -rf {} \;
-	rm -f docs/man/soledad-create-userdb.1
+	rm -f docs/man/*.1
diff --git a/debian/soledad-server.install b/debian/soledad-server.install
index bb80e20a7b1c186476a3089805b9d9700bface39..998df1caded0ca8195edb052dda28fcf1f989f6a 100644
--- a/debian/soledad-server.install
+++ b/debian/soledad-server.install
@@ -1,5 +1,6 @@
 debian/python-leap.soledad/usr/bin/soledad-server usr/bin/
 pkg/server/soledad-create-userdb usr/bin/
 pkg/server/soledad-sudoers etc/sudoers.d/
+pkg/server/soledad-server.conf.default usr/share/doc/soledad-server/
 src/leap/soledad/server usr/lib/python2.7/dist-packages/leap/soledad/
 scripts/migration usr/share/soledad-server/
diff --git a/docs/man/soledad-server.1.rst b/docs/man/soledad-server.1.rst
new file mode 100644
index 0000000000000000000000000000000000000000..3d37a8d2f9cb8fded6194801e46055ee38124dd1
--- /dev/null
+++ b/docs/man/soledad-server.1.rst
@@ -0,0 +1,76 @@
+==============
+soledad-server
+==============
+
+-----------------------
+Run the Soledad Server.
+-----------------------
+
+:Author: The LEAP Encryption Access Project https://leap.se
+:Copyright: GPLv3+
+:Manual section: 1
+:Manual group: General Commands Manual
+
+SYNOPSIS
+========
+
+``soledad-server`` [-v|--version] [-h|--help]
+
+DESCRIPTION
+===========
+
+``soledad-server`` runs the Soledad Server, which consists of two HTTP APIs
+listening on different ports. By default, the ``Users HTTP API`` is provided
+publicly in port 2323 through TLS-encrypted connections, and the ``Services
+HTTP API`` is provided locally in port 2525 through plaintext connections.
+
+For more information and the complete documentation, see
+`https://soledad.readthedocs.io/` and `https://leap.se/en/docs/design/soledad`.
+
+OPTIONS
+=======
+
+--version
+  Print the version of the server and exit.
+
+-h, --help
+  Print a help message and exit.
+
+FILES
+=====
+
+/etc/soledad/soledad-server.conf
+  The Soledad Server configuration file. See the possible options and their
+  default values in
+  `/usr/share/doc/soledad-server/soledad-server.conf.default`.
+
+/etc/soledad/services.tokens
+  File containing authentication information for local services. Each line
+  should be a `username`:`token` pair.
+
+ENVIRONMENT
+===========
+
+HTTPS_PORT
+  Public HTTPS Users API (2323 by default).
+
+LOCAL_SERVICES_PORT
+  Local HTTP Services API port (2525 by default).
+
+SOLEDAD_SERVER_CONFIG_FILE
+  Load configuration from this file instead of using the default one
+  (*/etc/soledad/soledad-server.conf*).
+
+SOLEDAD_HTTP_PERSIST
+  If set, persist HTTP connections.
+
+SOLEDAD_USE_PYTHON_LOGGING
+  If set, use python logging instead of twisted's logger.
+
+SOLEDAD_LOG_TO_STDOUT
+  If set, log to standard output.
+
+BUGS
+====
+
+Please report any bugs to https://leap.se/code/projects/report-issues
diff --git a/pkg/server/soledad-server.conf.default b/pkg/server/soledad-server.conf.default
new file mode 100644
index 0000000000000000000000000000000000000000..9213101248b576ad3f409d9a6e2fffd3eb1c91a8
--- /dev/null
+++ b/pkg/server/soledad-server.conf.default
@@ -0,0 +1,15 @@
+[soledad-server]
+couch_url=http://localhost:5984
+create_cmd=
+admin_netrc=/etc/couchdb/couchdb-admin.netrc
+batching=true
+blobs=false
+blobs_path=/var/lib/soledad/blobs
+services_tokens_file=/etc/soledad/services.tokens
+concurrent_blob_writes=50
+
+[database-security]
+members=soledad
+members_roles=
+admins=
+admins_roles=