By varunarya
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.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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 :
ping example.com
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.
ssh root@YourDropletIp
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
netstat -tulpen | grep '443\|80'
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
service Nginx restart
If it’s Apache
service apache2 restart
Check all of these and see if they would help.
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.