Report this

What is the reason for this report?

docker-pixchat pixchat.net

Posted on October 14, 2019

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!

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.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.