Website is down

0

Our website at http://sqncec.com on Amazon Lightsail is down right now. Please take a look and let us know if you have a solution.

SQNCE
asked a month ago185 views
1 Answer
2

I'm sorry to hear that. I can provide you with some steps you can take to diagnose and potentially resolve the issue:

  1. Log in to your Amazon Lightsail dashboard and check if your instance is running.

If it's stopped, start it and see if that resolves the issue.

  1. Verify that your domain's DNS settings are correctly pointing to your Lightsail instance's IP address.
  2. If your server is running, check if your web server (e.g., Apache, Nginx) is running.

You can do this by SSHing into your Lightsail instance and using commands like sudo systemctl status apache2 for Apache or sudo systemctl status nginx for Nginx.

  1. Look at the web server's error logs for any clues. For Apache, the error log is typically located at /var/log/apache2/error.log, and for Nginx, it's usually at /var/log/nginx/error.log.
  2. Check if your instance is running out of resources like CPU, memory, or disk space.

Note: These steps do not guarantee that your website will be restored, but they can help you troubleshoot the issue.

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions