/images/resources/tutorials/setup/tutorials-curity-run-locally.png

Install Locally

On this page

In this tutorial you will learn the steps to install the Curity Identity Server locally on Linux or macOS.

Download and Install

Download the latest release from the Curity Developer Portal.

The installation procedure is the same on both macOS and Linux, but with a pre-requisite on macOS.

macOS pre-requisite

Make sure that OpenSSL is installed. For example, use homebrew to install openssl with the following command:

bash
1
brew install openssl

After downloading the package, unpack the archive in a good location.

bash
123
cd /opt
cp ~/idsvr-7.3.1-linux.tar.gz .
tar xvf idsvr-7.3.1-linux.tar.gz

This creates a folder with the installation in the form idsvr-VERSION. Cd into that directory to run the installer.

bash
12
cd idsvr-7.3.1
./installer.sh

The installer requires some input.

1. Accept the License Agreement

bash
12345
To proceed, enter the number corresponding to your choice:
1. Accept
2. Decline
3. View agreement

The license agreement can be found in idsvr-VERSION/legal.

2. Add a License (Optional)

If you already have a license you can paste it here, but you can also add it later in the UI.

bash
123
If you have a license, paste the entire JSON contents of the license file here
or type the path of the key file if it is on this machine. Press enter if you
do not have a license or wish to install it later by other means.

3. Set the Admin Password

bash
12
Creating initial admin user
Admin Enter your password:

4. Encrypt Sensitive Configuration (Optional)

bash
1
Would you like to protect sensitive parts of the configuration with a unique encryption key? [y/N]

This is recommended for production systems, but is not needed for development.

5. Enable Admin UI (Optional)

bash
1
Would you like to enable the Admin Web UI for the Curity Identity Server? [y/N]

The admin UI is used in most tutorials. Answer y.

Start the First Time

Start the server by running the following command from the installation directory.

bash
1
./idsvr/bin/idsvr

The output in the console will show that the server is starting. When the server is up and running, you can turn to the browser to access the admin UI.

Open a browser and enter https://HOSTNAME:6749/admin where HOSTNAME is the host where the Curity Identity Server is installed on. The first time you will be prompted to trust the certificate. The server presents a self-signed certificate that was created during the installation. It can be replaced later.

Next Steps

Now the Curity Identity Server is up and running but without any configuration. The next step is to set up the basic profiles and services. Move on to the First Configuration Tutorial.

Join our Newsletter

Get the latest on identity management, API Security and authentication straight to your inbox.

Start Free Trial

Try the Curity Identity Server for Free. Get up and running in 10 minutes.

Start Free Trial