|
|
This page has been updated to reflect that REM no longer includes Jetty in its distribution package. For REM versions 3.2.15 and earlier, which included Jetty 10, the Installing, Starting and Logging in to REM page in the REM 3.1 documentation set is more relevant. |
Prerequisites
Running Rhino Element Manager 3.2.16 or later requires:
-
Java 17 or 21 (refer to the Rhino Compatibility Guide).
-
Jetty 12.1.x, downloaded separately from jetty.org. REM no longer bundles a Jetty distribution.
Set the following environment variables before running REM:
| Variable | Value |
|---|---|
|
Path to JDK 17 or 21 installation directory (e.g. |
|
Path to the Jetty 12.1.x installation directory (e.g. |
Quick start for testing and development
To run the Rhino Element Manager:
1 |
Ensure the |
||
2 |
Download Jetty 12.1.x from jetty.org, extract it, and set the |
||
3 |
Run the |
||
4 |
Open http://localhost:8080/rem/. The Rhino Element Manager login page displays.
|
Logging in to REM
To login to REM:
1 |
Enter your username and password, and click Login. The REM menu displays.
The default administrator login (which you’ll want to change) is username emadm and password password.
|
||
2 |
If this is the first time REM has been used you will probably need to either:
|
Running REM as a production service
When installing REM as a production service, ensure REM availability and security by:
-
Running REM as a daemon, by either:
-
Running REM as a daemon using the Jetty web server.
-
Running REM on Apache Tomcat by deploying the REM web application resource (WAR) file.
-
-
Using only HTTPS to reach REM, either by Running REM over HTTPS directly, or by putting REM behind an HTTPS terminating application like Tomcat, nginx, or the Apache web server.
-
Using a centralized LDAP service for authentication to provide centralized account management and policy enforcement.
REM’s communication with Rhino is always protected by TLS, and REM will insist you provide a TLS server certificate to trust before allowing connection to Rhino.
|
|
Both |


