Welcome to JBoss Data Grid Server

Your JBoss Data Grid Server is running.

However you have not yet added any users to be able to access the admin console.

To add a new user execute the add-user.sh script within the bin folder of your JBoss Data Grid Server installation and enter the requested information.

By default the realm name used by JBoss Data Grid Server is "ManagementRealm" this is already selected by default.

$ ./bin/add-user.sh 

What type of user do you wish to add? 
 a) Management User (mgmt-users.properties) 
 b) Application User (application-users.properties)
(a): 

Enter the details of the new user to add.
Realm (ManagementRealm) : 
Username : ispnadmin
Password recommendations are listed below. To modify these restrictions edit the add-user.properties configuration file.
 - 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)
 - The password should be different from the username
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)[  ]: 
About to add user 'ispnadmin' for realm 'ManagementRealm'
Is this correct yes/no? yes
Added user 'ispnadmin' to file 'standalone/configuration/mgmt-users.properties'
Added user 'ispnadmin' with groups  to file 'standalone/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? yes
To represent the user add the following to the server-identities definition 
            

After you have added the user follow this link to Try Again.