If you are not able to login to your front page with the same password with which you are able to login to your cPanel then there may have problem with the frontpage password configuration to get that sorted out just apply the following step.

grep CpanelUsername /etc/shadow

which will show you your cPanel username and the second field with the encrypted password then

cat /home/CpanelUsername/_vti_pvt/service.pwd

you can see that there will be something like

# -FrontPage-
user:selWTwZ..3Wss

If the second field here does not match with the one in the /etc/shadow then you need to reset your frontpage password. Just take the backup of the file /home/CpanelUsername/_vti_pvt/service.pwd. and then copy the encrypted password from the shadow file to hear.

Try to publish yours now. It should solve your problem.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How to Change the Apache DirectoryIndex Priority

In this article, we will show you how to change the Apache DirectoryIndex Priority. Let’s…

How to Add TXT Records in cPanel

In this article, we will explain to you how to add a TXT record in…

How to Create Table in cPanel in phpMyAdmin

In this article, we will explain how to create a table in cPanel in phpMyAdmin.…