Fix JetBackup Stuck on Loading Screen


This article provides a guide for how to fix JetBackup Stuck on Loading Screen.

Error Information

Sometimes, an error occurs when accessing JetBackup in WHM. This error involves the loading screen being stuck and not advancing to the JetBackup management interface.

How to Fix JetBackup Stuck on Loading Screen

To resolve this issue, follow the steps provided below:

  1. Login to SSH as root user for the JetBackup server.
  2. Run the following command:
    service jetmongod restart
  3. Check the status, by running the following command:
    service jetmongod status
  4. If the service still fails, verify that jetmongod has the correct socket permissions:
    chmod +X /tmp/mongodb-27217.sock;chmod +X /tmp/;chown mongod:mongod  /tmp/mongodb-27217.sock;
  5. Run the following command:
    service jetmongod restart
  6. Verify the fix by accessing the JetBackup plugin from WHM interface.

Congratulations, you have now fixed JetBackup stuck on loading screen error.

  • jetbackup, whm
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Remove a Service from ChkServd Monitoring for cPanel Servers

This guide requires root user account in server. In some circumstances, ChkservD cPanel...

Assigning a Dedicated IP Address to a Subdomain using WHM

To assign a dedicated IP address to a subdomain, perform the following steps: Step 1: Add the...

Enable Lets Encrypt AutoSSL Provider

This article refers to cPanel version 84 and later. Enable Let's Encrypt for AutoSSL Follow...

How to Fix Incorrect cPanel Account Quotas and Disk Usage

This article will provide a step-by-step guide to fix incorrect account quotas and disk usage on...

How to Uninstall Installatron in WHM cPanel Server

This guide will show you how to quickly uninstall Installatron software from WHM/cPanel server....