hello, someone had designed a website a long time ago and now i wanted to make some changes to it. since i was not in touch with the original developer, i did not have the console password to access the website. hence i performed a Reset root password. after this the website has gone down and i do not know how to bring it live again. please help.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @varunarya,
This seems quite strange. Usually, a password reset does not actually cause these issues but let’s find out what’s happening.
Firstly, make sure your domain is pinging from your droplet :
Please note you need to change example.com with your actual domain.
If it pings that’s good. If it isn’t you’ll need to whois your domain and see if it’s still registered or if your Nameservers are working by again pinging them.
Next thing if your domain is pinging is to SSH to your droplet.
As soon as you are in, you can see if anything is listening on port 80 and 443. You can check that by executing this command
If it returns an output that means your WebService is working. If nothing returns you’ll need to start your WebSerivce. Most probably is either Nginx or Apache:
If it’s Nginx
If it’s Apache
Check all of these and see if they would help.
Regards, KFSys