Fuse ESB Enterprise is not
installed with a default user for the remote console. Before you can remotely manage a server,
you must add a user by editing
.InstallDir/etc/user.properties
![]() | Important |
|---|---|
The information in this file is unencrypted so it is not suitable for environments that require strict security. |
To add a user:
Open
in your favorite text editor.InstallDir/etc/users.propertiesLocate the line
# admin=somepass,admin.This line specifies a user
adminwith the passwordsomepassand the roleadmin.Uncomment the line by removing the leading
#.Change the first
adminto the desired user name.Change the
somepassto the desired password.Save the changes.
If you intend to use the ActiveMQ Web console, you must specify the credentials for it. Open
in your favorite text editor and search for the following lines:InstallDir/etc/system.properties# # Authentication - must match an entry in user.properties with the admin privilege # #activemq.jmx.user=admin #activemq.jmx.password=admin
Uncomment the
activemq.jmx.userandactivemq.jmx.passwordsettings (by removing the leading#) and change the username and password values to be the same as the values you just defined in theetc/users.propertiesfile.






![[Important]](imagesdb/important.gif)

