Tutorials How to change pwAdmin Password

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Dear Guest, You are a regular member, and you cannot download files here. To be able to download all files here, you must become a “Lovely Member.” How to become a Lovely Member? Click this link: 💖 How to Become a “Lovely Member” on Our Forum Alternatively, you can upgrade your account to VIP using this link: Upgrade
The "Tutorials" prefix is your guide to mastering private server development. Share or explore step-by-step guides on scripting, server setup, database editing, client modding, or event creation.

hrace009

Member
Staff member
Admin
👑 VIP Member
Moderator
Lovely Member
Joined
May 10, 2025
Messages
54
1747535918423.webp
pwAdmin is an Web Interface based on JSP that uses the PW-Java API to control an Perfect World Server.
In this tutorial, i will show you how to change pwAdmin password.

  1. Login to your server
  2. Define your new password, for example i use "hrace009" as my pwAdmin password
  3. At your console terminal type echo -n "YOUR PASSWORD"| md5sum | awk '{print $1}'
    1747535988596.webp

    you will see md5 hash password, highlight it and copy to your clipboard.
  4. Now open .pwadminconf.jsp with your favorite editor, this file locate at /home/[YOUR PW USER]/Core/Wanmei2015/apache-tomcat-7.0.32/webapps/Admin_Control1/WEB-INF/.pwadminconf.jsp
  5. In my case i use vi hrace009@hrace009-laptop:~$ vi /home/hrace009/Core/Wanmei2015/apache-tomcat-7.0.32/webapps/Admin_Control1/WEB-INF/.pwadminconf.jsp
    1747536002029.webp
  6. Look at iweb_password, you will see a hash md5 password. replace it with the new md5 password that we generate from point 3
  7. Save it, and restart your tomcat server.
That's it, enjoy your life
 
Back
Top