Steps to Create an Admin User via WebLogic Console

Follow this step-by-step guide to create a new admin user in your WebLogic Server through the WebLogic Administration Console. This process ensures secure access control by assigning appropriate permissions to the new user.

Step 1 – Log in to the WebLogic Administration Console

Open your web browser and navigate to your WebLogic Admin Console URL, typically something like: https://<your-server-ip>:9002/console.

Log in using your administrative credentials (e.g., weblogic/secreet_password1).

Step 2 – Navigate to the Security Realms

In the left-hand navigation panel, expand the Domain Structure section.

Click on Security Realms.

Step 3 – Select the Default Realm

Click on the default security realm, usually named myrealm.

Step 4 – Go to the Users and Groups Tab

Click on the Users and Groups tab at the top.

Step 5 – Create a New User

Click on the New button to create a new user.

Enter the desired Username (e.g., admin2), Password, and Description.

Click OK to create the user.

Step 6 – Assign the User to the Administrators Group

After creating the user, you'll be redirected to the user’s settings page.

Click on the Groups tab.

In the Available list, find the Administrators group and move it to the Chosen list by clicking the right arrow button.

Click Save to apply the changes.