Chapter 4. Adding a Remote Console User
Abstract
The server's remote command console is not configured with a default user. Before you can connect to the server's console remotely, you must add a user to the configuration.
Important
The information in this file is unencrypted so it is not suitable for environments that require strict security.
To add a user:
- Open
InstallDir/etc/users.properties
in your favorite text editor. - Locate the line
#admin=admin,admin
.This line specifies a useradmin
with the passwordadmin
and the roleadmin
. - Remove the leading
#
to uncomment the line. - Replace the first
admin
with a name for the user. - Replace the second
admin
with the password for the user. - Leave the last
admin
as is, and save the changes.
Note
If you want to access the Fuse Management Console to monitor and manage your Camel routes, ActiveMQ brokers, Web applications, and so on, open a browser to
http://localhost:8181/hawtio
, after you start up Red Hat JBoss Fuse.