此内容没有您所选择的语言版本。
Chapter 3. 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.
				
3.1. Add a User 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
				Red Hat AMQ 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/users.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
InstallDir/etc/users.propertiesin your favorite text editor. - Locate the line
#admin=admin,admin,manager,viewer,Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser.This line specifies a useradminwith the passwordadminand comma-separated list of roles. - Uncomment the line by removing the leading
#. - Change the first
adminto the desired user name. - Change the second
adminto the desired password. - Leave the role list,
admin,manager,viewer,Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser, as is. - Save the changes.