By rpaserv
Our site is showing this message http://plugaztv.com ERR_CONNECTION_REFUSED. Is this something on the server end? We check the other known causes.
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!
Hello,
Indeed as Amiy mentioned it is most likely a Web Server issue or a Firewall issue.
What you could do is SSH to your server and check both. For example you could check if anything is listening on port 80 with the netstat command:
netstat -plant | grep 80
If you do not see any output then most likely your webserver has crashed and you need to start it. To do so, depending on weather you are using Nginx, Apache or any other webserver you could use the systemctl start command to start the service. Here’s an example in case that you are using Nginx:
systemctl start nginx
If you are using an Ubuntu server, you could check your firewall status with the following command:
ufw status
Hope that this helps! 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.