Set Up the Server
What You Need Before Starting
-
For an up-to-date list of requirements, see Before you install.
Download and Start the Server
This procedure assumes that you are starting IDM as a regular (not administrative) user named user
.
-
Download IDM from Backstage. Releases on Backstage are thoroughly validated for ForgeRock customers who run the software in production deployments, and for those who want to try or test a given release.
-
Extract the contents of the IDM binary file to your user’s
Downloads
directory. The process should unpack the contents to theDownloads/openidm
subdirectory. -
Navigate to the
Downloads/openidm
subdirectory:-
In Microsoft Windows, use Windows Explorer to navigate to the
C:\Users\user\Downloads\openidm
directory.Double-click the
getting-started(.bat)
file. Do not select thegetting-started.sh
file, as that is intended for use on UNIX/Linux systems. -
In Linux/UNIX, open a command-line interface and run the following command:
/home/user/Downloads/openidm/getting-started.sh
-
-
You should see the following message:
-> OpenIDM ready
When the server is ready, you can administer it from a web browser. To do so, navigate to http://localhost:8080/admin
or https://localhost:8443/admin
. If you have installed the server on a remote system, substitute that hostname or IP.
In production, you should connect to IDM via a secure port and import a CA-signed certificate into the truststore, as discussed in the Security. Until you install that certificate, you will see a warning in your browser at least the first time you access IDM over a secure port. |
The default username and password for the IDM Administrator is openidm-admin
and openidm-admin
.
When you log in to IDM at a URL with the /admin
endpoint, you are logging into the Administrative User Interface, also known as the admin UI.
The default password for the administrative user, |