JetPack says my website is offline

Sorry to hear that your website is offline. Here are some things you can do to troubleshoot the issue:

 

  1. Check Jetpack Monitor's Activity Log. Jetpack Monitor keeps a log of all the events that happen on your website, including when it goes offline. You can check the Activity Log to see if there is any indication of what might have caused your website to go offline.
  2. Deactivate plugins. If you recently installed a new plugin, it's possible that the plugin is causing your website to go offline. You can deactivate all of your plugins to see if that resolves the issue.
  3.  add the following code to your public_html/.htaccess file..

    <FilesMatch "xmlrpc\.php$">
    Allow from 192.0.82.250
    Allow from 192.0.83.250
    Deny from All
    </FilesMatch>

    You may access your .htaccess file using any standard FTP program or through your control panel with our services via the "File Manager" icon.

    To use File Manager, please open File Manager in your control panel with our services. Navigate to the public_html folder by clicking on the public_html text. Click "Settings" in the upper right corner and enable "Show Hidden Files" then save.

    Click on the .htaccess file then click the "Edit" button. Edit the .htaccess file and add the following code to the very bottom and save...
  4. Contact Ultra. If you've checked all of the above and you're still not sure why your website is offline, you can always contact us for help.

Additional tips:

  • If you're using a caching plugin, make sure that the cache is cleared.
  • If you're using a firewall, make sure that your website is not being blocked.
  • If you're using a security plugin, make sure that the plugin is not blocking Jetpack's requests.

If you need control panel login credentials please contact our support team and we will be happy to help.


  • 4 Users Found This Useful

Was this answer helpful?

Related Articles

WordPress Security

Even with many layers of server security, if a WordPress install is not constantly updated and...

Plugins on WordPress

There are many great ways to setup and install plugins on WordPress. You may find a library of...

WordPress Error Establishing a Database Connection

WordPress Error Establishing a Database Connection In a nutshell, you are getting this error...

WordPress error "This file cannot be imported - It may be caused by file_uploads being disabled in your php ini"

The following error may be received if you attempt to upload a theme or file larger than the...

PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file

When you try to update WordPress or install plugins, the downloader / installer page pops up, the...