Embedded mode management
In embedded mode, Management Console and RoboServer start simultaneously and by default, the web server interacts with port 50080. The web interface port and other parameters are configured on the Management Console tab in the RoboServer Settings application.
Protocols and ports
You can configure the web server to be accessible through HTTP and HTTPS on separate ports. If a protocol is enabled, a port number must be chosen; the default ports are 50080 (HTTP) and 50443 (HTTPS).
To enable HTTPS, a server certificate in JKS format must be stored in a file called webserver.keystore.
You can also restrict who is allowed to upload JDBC driver to the embedded Management Console. Possible choices are "Not Allowed", where no one can upload JDBC drivers, "Admin from localhost," which means that the administrator can upload drivers when accessing the Management Console from the local machine; and finally, "Admin from any host," which means the administrator can always upload JDBC drivers.
User management
One of the points of having a Management Console is to coordinate execution of robots, and thus it is typically accessed by many clients. To mitigate the potential security risk of having an unauthorized access to a Management Console from other machines, user management is enabled by default in embedded mode and the default admin superuser password is available (user name - admin, password - admin). See Users & groups for more information.
When you log in to a Management Console for the first time, use the default admin user password. Once you are logged in, you can change the password and create other users and groups on the "Users & groups" page under Admin in the Management Console. Use these credentials both when you publish a robot to the Management Console from Design Studio and when you access the web interface from a browser. To change the admin user password, do the following:
-
Expand the Admin item on the left pane and click Users & groups.
-
On the Users tab, select the admin user and click
.
-
Type the new password, type it again to confirm, and click OK.
See Users & groups for more information.