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 ?
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
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi there @ronaldodb198 ,
Are you still able to SSH into the system? If so, please use the commands stated above from @bobbyiliev. If not, then check if you can access the console from the DO panel.
It looks like there is something wrong, probably just a configuration error. Do you get to see anything on screen of your website? Please paste some more information.
If you can’t get it working, you can always contact me.
Cheers
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:
If it is not running you would have to start it:
Then also make sure that it is enabled so that in case your droplet gets rebooted again it would start automatically:
If you are running your site in a container, make sure that the container is up and running:
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