hi there after a reboot off server because off changing the root paswoord my website stays offline why is this and how to fix this ?
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!
Accepted Answer
docker-pixchat Add tags Image Centos 7.6 x64 Size 1 vCPUs 1GB / 25GB Disk ($5/mo) Resize Region NYC3 IPv4 142.93.67.8 Copy IPv6 Enable Private IP Enable
this what i have
it is weird i can acces my ftp on filezilla but my website pixchat.net is offline maybe someone can enter my acount and have a look what is wrong with it
Hello,
It would really depend on the services that you are using on your server. Let’s say if you are running Nginx, you would need to make sure that Nginx is up and running:
systemctl status nginx
If it is not running you would have to start it:
sytemctl start nginx
Then also make sure that it is enabled so that in case your droplet gets rebooted again it would start automatically:
systemctl enable nginx
If you are running your site in a container, make sure that the container is up and running:
docker ps -a
If the container is not running make sure to start it and also check your logs for any errors.
If you provide me with more information about your setup I could try and give you more specific suggestions.
Regards, Bobby
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.