Start Management Console

For production scenarios, we recommend that you set up a Tomcat version of the Management Console. See the Kofax RPA Administrator's Guide for details.

In embedded mode, start Management Console as follows.

Windows

Use the Start Management Console item on the Start menu. All required parameters are included in the Start menu shortcut that starts the embedded Management Console with the default superuser name and password.

To start the Management Console from the command line, run the following command in the bin subfolder of the installation folder.

RoboServer.exe -p 50000 -MC -mcUrl http://ServerName:port
Linux

Start Management Console from the command line. It is part of the RoboServer program, which is found in the bin directory under the installation directory.

$./RoboServer -p 50000 -MC -mcUrl http://ServerName:port

This starts a RoboServer listening on a socket at port 50000, and providing Management Console functionality through a web interface on a configured port (the port is configured in the RoboServer Settings application on the Management Console tab). See the Configure embedded Management Console for details.

You can also use the command line to start a RoboServer and register it to a Management Console:

RoboServer.exe -p 50000 -MC  -mcUrl http://ServerName:port -ss <MC Shared Secret> -cl "Production"
This starts a RoboServer on port 50000 and registers it to the Management Console at ServerName:port under the Production cluster with the specified shared secret.

After the Management Console is started, open it in a browser. On Windows, click the Management Console item on the Start menu. On all platforms, you can open a browser and go to http://ServerName:port/. When started for the first time, log in using the default credentials, accept the license terms, and enter your license information, including your license keys. If you need to change the license information later, you can do so in Admin > License.

After setting up the Management Console, you can start as many RoboServers as you like using the -p 50000 parameter. These are the only RoboServers that should be added to the RoboServers section.