Installation: Setup Wizard Walkthrough


  • We want to make it as easy as possible for you to start RavenDB with a valid, trusted certificate from the very beginning.
    We want you to stay secure throughout your application lifecycle, starting with the early stages of development and all the way to production and day-to-day usage.

  • To make the setup process as smooth as possible, we have introduced the Setup Wizard,
    a step-by-step guide to help you configure the desired security level and easily deploy a secure cluster.

  • Using the Setup Wizard you can set up a secure cluster with:

    • Let's Encrypt certificate
    • Self-obtained certificate
    • -or- choose to continue in an unsecure mode.
  • Note: The RavenDB server can also be set up manually if choosing not to use the wizard.
    See Manual Setup

  • Note: this page explains how to follow the Setup Wizard, without going into security concerns details.
    To learn more about how Authentication and Authorization are implemented with RavenDB, and about Security in general,
    go to Security Overview.

  • If you are having trouble using the wizard, or with security in general, please visit the Security Common Errors & FAQ section.

  • In this page:


Select Setup Mode

  • When running the RavenDB server for the first time,
    you will be redirected to the setup wizard welcome page where you can choose your preferred option.
Figure 1. Welcome Page

Select Mode in the Welcome Page

Secure Setup with a Let's Encrypt Certificate

Let's Encrypt is a free, automated, and non-profit certificate authority.
It will generate a certificate for your domain as long as you can prove that you own it.

During the wizard, RavenDB will give you a free subdomain. This will let you configure the DNS records for this subdomain to point to the IP addresses your server will listen to. The subdomain is owned by RavenDB, and you can manage it through our Customer Portal. Login with your license key, and you can add/remove/update DNS records for your cluster.

The free subdomain is given to you only for the purpose of proving ownership to Let's Encrypt. If you wish to use your own domain, you are welcome to acquire your own certificate and use that instead.

Security consideration and ownership of certificates and domains

The automatic setup is designed to be as convenient and as easy as possible. It takes care of all the details of setting up DNS records, generating certificates, and performing their renewals. Because of these requirements, the ownership of the certificates and DNS records needs to stay within the Hibernating Rhinos company. This gives us the ability to generate valid certificates and modify DNS settings for your registered domains and should be a consideration to keep in mind while reviewing the security of your system. Hibernating Rhinos will never exploit these abilities and will never perform any modifications to the certificates and DNS records unless explicitly requested by the client.

The purpose of this feature is to make it easy for users to get set up and running with a minimum of fuss. We recommend that for actual production deployments and for the highest level of security and control, you'll use your own certificates and domains, avoiding the need to rely on a third party for such a critical part of your security.

After choosing the Let's Encrypt Secure Setup option, you are required to enter your license. This process will associate your license with the chosen subdomain to ensure that valid certificates can only be generated by a single license holder.

Figure 2. Enter License

The next step is to claim your subdomain. In the example below, we choose the "raven" subdomain.

Figure 3. Claim Domain

Configuring The Server Addresses

In the next screen, you will choose the IP address and port that your server will bind to.

If you wish to setup a cluster, this is the place to add nodes to the cluster and choose their addresses. You should configure the cluster only on the first node and not on each of them separately. The first node will generate the required configuration for the entire cluster and will provide a Zip file and detailed guidance on how to continue with the other nodes.

For a smooth setup experience, please make sure that the IP address and port are available in each machine. The wizard will validate this and throw an error if they are being used. When using port 443, you need to ensure that it hasn't already been taken by other applications like Skype, IIS, Apache, etc. On Linux, you might need to allow port 443 for non-root processes.

IP addresses may be changed at a later time by running the setup wizard again which will update the DNS records.

Example I

In the following screenshot, we show an example of constructing a cluster for local development:

Figure 4. Configure Cluster

All 3 nodes will run on the local machine:

  • Node A (https://a.raven.development.run) will listen to 127.0.0.1 on port 8080.
  • Node B (https://b.raven.development.run) will listen to 127.0.0.2 on port 8080.
  • Node C (https://c.raven.development.run) will listen to 127.0.0.3 on port 8080.

Each node will run in its own process and have its own data directory and settings.json file. You should have 3 separate RavenDB folders.

Example II

Each node will run on its own machine in a network.

A common scenario for running an internal cluster will be:

  • Node A (https://a.raven.development.run) will listen to 10.0.0.84 on port 443.
  • Node B (https://b.raven.development.run) will listen to 10.0.0.75 on port 443.
  • Node C (https://c.raven.development.run) will listen to 10.0.0.91 on port 443.

You can deploy a cluster that is completely internal to your network and still gain all the benefits of using certificates and SSL with full trust and complete support from all the standard tooling.

Example III

A RavenDB server can run behind a firewall (in cloud environments for example).

RavenDB will bind to the private IP address. However, the DNS records must be updated to the external IP address which is reachable from the outside world. Requests made to the external IP address will be forwarded to the private IP address (which RavenDB listens on).

Check the box "Customize external IP and Ports" and supply the external IP address.

Figure 4a. Configure Cloud Node

Example IV

In Docker, if you choose to use port mapping with the -p flag, You need to check the box "Customize external IP and Ports" and supply the external IP address as well as the exposed ports.

So if a container was created using:

sudo docker run -t -p 38889:38888 -p 443:8080 ravendb/ravendb

Then the following configuration should be applied:

Figure 4b. Configure Docker Node

Getting The Certificate

When you click next, the wizard will establish a connection with Let's Encrypt to obtain a valid certificate for the entire cluster.

It usually takes this process a couple of minutes to complete. The wizard validates that the DNS records updated successfully and that the server can run with the supplied addresses and certificate and is reachable using the new domain name.

Caching of Let's Encrypt Certificates

In some scenarios you will run the setup wizard again. In that case, if none of the cluster domains changed, the wizard will use the cached certificate and not request a new one from Let's Encrypt.

Figure 5. Finishing Up

If the validation fails, you will receive a detailed error. You can go back in the wizard, change settings and try again.

A common error is that DNS records didn't update locally. You may wait a bit and try again. An easy workaround is to configure (just for the setup) your network card to use Google's DNS server (8.8.8.8), to bypass caching of DNS records.

Tip: use dns.google.com to see the DNS record of your domain.

When finished you will receive a Zip file containing all of the cluster configuration files and certificates. In case you are setting up a cluster, you will use this Zip file to setup the other nodes.

Figure 6. Configuration Completed

Click the "Restart Server" button and wait until the browser redirects you to the new URL (in our example, it's "https://a.raven.development.run").

If you checked the relevant box in the previous stage, a client certificate is registered in the OS trusted store during setup. The Chrome and Edge browsers use the OS store, so they will let you choose your certificate right before you are redirected. Firefox users will have to manually import the certificate to the browser via Tools > Options > Advanced > Certificates > View Certificates.

If you didn't check the box, before you continue please register the client certificate in the OS store or import it to the browser.

Figure 7. Restart and choose certificate

If you are setting up a single node, the setup is complete and you can start working.

Continuing The Cluster Setup

When you access the Studio please navigate to: Manage Server > Cluster. You will see something similar to this:

Figure 8. Incomplete Cluster

Nodes B and C are not running yet. As soon as we start them, node A will detect it and add them to the cluster.

Now, let's bring node B up.

First, copy the configuration Zip file to node B and download/copy a fresh RavenDB server folder. In Windows, start RavenDB using the run.ps1 script. In Linux, use the start.sh script.

This time we will choose to continue the cluster setup.

Figure 9. Continue Setup

Now we will supply the downloaded Zip file and select the node we are currently setting up.

Figure 10. Upload Zip File

Click restart when finished and repeat the process for more nodes. When all the nodes are up, you can view the updated topology in the studio.

Figure 11. Complete Cluster

You have successfully finished setting up a secure cluster of RavenDB servers using a Let's Encrypt certificate.

Secure Setup with Your Own Certificate

In RavenDB, users can provide their own server certificate. The certificate can be issued by a trusted SSL vendor or it can be a self-signed certificate. In the latter case, it's the user's responsibility to have the self-signed CA registered in the OS stores on all the relevant machines.

RavenDB will accept PFX server certificates which contain the private key, are not expired, and have the following fields:

  • KeyUsage: DigitalSignature, KeyEncipherment
  • ExtendedKeyUsage: Client Authentication, Server Authentication

If you wish to use the setup wizard to construct a cluster, you must use the same certificate for all nodes. If you wish to use a different certificate for each node, it's possible only through manual setup. A wildcard certificate is probably the easiest way to go. Another option is to issue a certificate which contains all the domains of all the cluster nodes as "Subject Alternative Names" (SANs).

After choosing the Secure Setup with your own certificate option, you are required to upload the certificate and click next. In the example, we will use the *.ravendb.example.com wildcard certificate.

Figure 1. Upload Certificate

Configuring The Server Addresses

In the next screen, you will choose the IP address and port that your server will bind to.

If you wish to setup a cluster, this is the place to add nodes to the cluster and choose their addresses. You should configure the cluster only on the first node and not on each of them separately. The first node will generate the required configuration for the entire cluster, and will provide a Zip file and detailed guidance on how to continue with the other nodes.

For a smooth setup experience, please make sure that the IP address and port are available in each machine. The wizard will validate this and throw an error if they are being used. When using port 443, you need to ensure that it hasn't already been taken by other applications like Skype, IIS, Apache, etc. On Linux, you might need to allow port 443 for non-root processes.

Important

If you bring your own certificate, you must also take care of the DNS records. If you choose to bind to 127.0.0.1, and provide a certificate with CN=my.domain, then the DNS record of my.domain must point to 127.0.0.1.

If you are running behind a firewall, the DNS records must point to the external IP address.

Example I

In the following screenshot, we show an example of constructing a cluster for local development:

Figure 2. Configure Cluster

All 3 nodes will run on the local machine:

  • Node A (https://a.ravendb.example.com) will listen to 127.0.0.1 on port 8080.
  • Node B (https://b.ravendb.example.com) will listen to 127.0.0.2 on port 8080.
  • Node C (https://c.ravendb.example.com) will listen to 127.0.0.3 on port 8080.

Each node will run in its own process and have its own data directory and settings.json file. You should have 3 separate RavenDB folders.

Example II

Each node will run on its own machine in a network.

A common scenario for running an internal cluster will be:

  • Node A (https://a.ravendb.example.com) will listen to 10.0.0.84 on port 443.
  • Node B (https://b.ravendb.example.com) will listen to 10.0.0.75 on port 443.
  • Node C (https://c.ravendb.example.com) will listen to 10.0.0.91 on port 443.

You can deploy a cluster that is completely internal to your network and still gain all the benefits of using certificates and SSL with full trust and complete support from all the standard tooling.

Example III

A RavenDB server can run behind a firewall (in cloud environments for example).

RavenDB will bind to the private IP address. However, the DNS records must be updated to the external IP address which is reachable from the outside world. Requests made to the external IP address will be forwarded to the private IP address (which RavenDB listens on).

It is your responsibility to update the DNS record of your domain to point to your external IP address.

Example IV

In Docker, if you choose to use port mapping with the -p flag, You need to check the box "Customize external ports" and supply the exposed ports.

It is your responsibility to update the DNS record of your domain to point to your external IP address.

So if a container was created using:

sudo docker run -t -p 38889:38888 -p 443:8080 ravendb/ravendb

Then the following configuration should be applied:

Figure 2a. Configure Docker Node

When finished, you will receive a Zip file containing all of the cluster configuration files and certificates. In case you are setting up a cluster, you will use this Zip file to setup the other nodes.

Figure 3. Configuration Completed

At this point, click the "Restart Server" button, and wait until the browser redirects you to the new URL (in the example it's "https://a.ravendb.example.com").

If you checked the relevant box in the previous stage, a client certificate is registered in the OS trusted store during setup. The Chrome and Edge browsers use the OS store, so they will let you choose your certificate right before you are redirected. Firefox users will have to manually import the certificate to the browser via Tools > Options > Advanced > Certificates > View Certificates > Your Certificates Tab > Import.

If you didn't check the box, please register the client certificate in the OS store or import it to the browser before you continue.

Figure 4. Restart and choose certificate

If you are setting up a single node, the setup is complete and you can start working.

Continuing The Cluster Setup

When you access the Studio please navigate to: Manage Server > Cluster. You will see something similar to this:

Figure 8. Incomplete Cluster

Nodes B and C are not running yet. As soon as we start them, node A will detect it and add them to the cluster.

Now, let's bring node B up.

First, copy the configuration Zip file to node B and download/copy a fresh RavenDB server folder. In Windows, start RavenDB using the run.ps1 script. In Linux, use the start.sh script.

This time, we will choose to continue the cluster setup.

Figure 9. Continue Setup

Now we will supply the downloaded Zip file and select the node we are currently setting up.

Figure 10. Upload Zip File

Click restart when finished and repeat the process for more nodes. When all the nodes are up, you can view the updated topology in the studio.

Figure 11. Complete Cluster

You have successfully finished setting up a secure cluster of RavenDB servers using your own wildcard certificate.

Unsecure Setup

In the Unsecure Mode, all you need to do is specify the IP address and ports that the server will listen to.

Danger

  • All security features (authentication, authorization and encryption) are disabled in the Unsecure Mode.

  • When choosing to listen to an outside network, the RavenDB server does not provide any security since Authentication is off.
    Anyone who can access the server using the configured IP address will be granted administrative privileges.

Figure 1. Complete Cluster

Configuring a server on Node A, listening to 127.0.0.1 on port 8080

  1. Http Port - Enter the port that will be used by the clients and the Studio. Default is 8080.
    TCP Port - Enter the port that will be used for inter-server communication and for subscriptions. Default is 38888.

  2. IP Address: Enter the server's IP address.

  3. Create new cluster

    • Checked - The server will be created within a cluster with the specified Node Tag.
      This new cluster will only contain this node.
    • Unchecked - The server will Not be created in a cluster.
      The server will be created in a Passive State and can later be added to an already existing cluster.
  4. Environment
    This option only shows when creating a new cluster.
    Select the label that will be shown in the Studio UI for this server.
    If you select 'None' now, you can still configure this later from the Studio.

  5. Next - Click Next when done configuring.

Figure 2. Complete Cluster

Configuration has completed - Restart the Server

Once configuration is completed, restart the server.
After a few seconds, the server will be ready and accessible.
Access the Studio by entering the URL in the browser: "http://127.0.0.1:8080" or "http://localhost:8080".

Figure 3. Complete Cluster

The server's dashboard

Continuing The Cluster Setup

To construct a cluster, unzip the downloaded RavenDB package to more machines (or local folders), as many as the number of nodes you want.
In each node, start the RavenDB server and complete the Setup Wizard, entering a different IP address per server.

Once all the servers are up and running, building the cluster is simple.
Access the studio, go to Manage Server > Cluster, and add nodes to the cluster by their URL.
Learn more in Adding a Node to a Cluster.