Adding a management user to Wildfly

This page shows the final install step of the Java EE server, Wildfly 11.

C:\Temp>add-user
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by __redirected.__SAXParserFactory (file:/C:/Java/wildfly/jboss-modules.jar) to con
structor com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl()
WARNING: Please consider reporting this to the maintainers of __redirected.__SAXParserFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

What type of user do you wish to add?
 a) Management User (mgmt-users.properties)
 b) Application User (application-users.properties)
(a):    Just hit 'Enter' for the default of 'a'

Enter the details of the new user to add.
Using realm 'ManagementRealm' as discovered from the existing property files.
Username : wpollock
Password recommendations are listed below. To modify these restrictions edit the add-user.properties configuration file.
 - The password should be different from the username
 - The password should not be one of the following restricted values {root, admin, administrator}
 - The password should contain at least 8 characters, 1 alphabetic character(s), 1 digit(s), 1 non-alphanumeric symbol(s)
Password :
Re-enter Password :
What groups do you want this user to belong to? (Please enter a comma separated list,
or leave blank for none)[  ]:    Just hit 'enter' for the default of 'none'
About to add user 'wpollock' for realm 'ManagementRealm'
Is this correct yes/no? y
Added user 'wpollock' to file 'C:\Java\wildfly\standalone\configuration\mgmt-users.properties'
Added user 'wpollock' to file 'C:\Java\wildfly\domain\configuration\mgmt-users.properties'
Added user 'wpollock' with groups  to file 'C:\Java\wildfly\standalone\configuration\mgmt-groups.properties'
Added user 'wpollock' with groups  to file 'C:\Java\wildfly\domain\configuration\mgmt-groups.properties'
Is this new user going to be used for one AS process to connect to another AS process?
e.g. for a slave host controller connecting to the master or for a Remoting connection for server to server EJB calls.
yes/no? n
Press any key to continue . . .

C:\Temp>