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.

Launch 100% SSD VPS from $2.49/mo!

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

Related Articles

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...

How to Find the IP of cPanel/WHM Server

This tutorial is designed to troubleshoot and diagnose issues with cPanel license errors. Find...

Uninstall WHMXtra on cPanel Server

This article provides a quick and direct guide for uninstalling the WHMXtra plugin from a...

How to Customize cPanel Installation

This article provides a guide for customizing a cPanel server installation, using the...