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 Reset the MySQL Root Password

If you’ve forgotten your MySQL root password, resetting it is straightforward. Follow these steps carefully:…

How to Fix the Error 404 not found?

As you browse the internet, you might occasionally land on a page that doesn’t load…

Create a MySQL Database and a Username.

We’ll show you how to make a CNCC user and a CNCC database in this…