{"id":16611,"date":"2025-11-06T18:57:26","date_gmt":"2025-11-06T13:27:26","guid":{"rendered":"https:\/\/www.skynats.com\/?p=16611"},"modified":"2025-11-11T18:07:56","modified_gmt":"2025-11-11T12:37:56","slug":"how-to-fix-imunify360-agent-not-running-in-panel-ui-and-migration-error-in-logs","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-fix-imunify360-agent-not-running-in-panel-ui-and-migration-error-in-logs\/","title":{"rendered":"How to Fix \u201cImunify360 Agent Not Running\u201d in Panel UI and Migration Error in Logs"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you are managing Linux servers with Imunify360 installed, you might occasionally encounter a situation where the Panel UI reports the \u201cImunify360 Agent Not Running\u201d message. This <a href=\"https:\/\/imunify360.com\/\" target=\"_blank\" rel=\"noopener\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-color\">Imunify360<\/mark><\/a> agent not running fix issue can be frustrating, but it is usually resolvable with a few commands executed from the terminal.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-understanding-the-issue\"><strong>Understanding the Issue<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The problem typically appears in the Panel UI when the Imunify360 agent fails to start. Upon checking the logs, we could see that entries like the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>tail -f \/var\/log\/imunify360\/error.log<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-dominant-color=\"2c2929\" data-has-transparency=\"false\" style=\"--dominant-color: #2c2929;\" fetchpriority=\"high\" decoding=\"async\" width=\"883\" height=\"287\" sizes=\"(max-width: 883px) 100vw, 883px\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2025\/11\/image.webp\" alt=\"\" class=\"wp-image-16612 not-transparent\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2025\/11\/image.webp 883w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2025\/11\/image-300x98.webp 300w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2025\/11\/image-768x250.webp 768w\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This warning indicates that the Imunify360 agent attempted to start, but the necessary database migrations were not applied. As a result, the service cannot fully initialize, leading to the \u201cnot running\u201d status in the panel.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\"><strong>Workaround<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We can resolve this issue by restarting the Imunify360 services in a specific sequence. Follow these steps from the root account:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Stop Imunify360 Agent<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl stop imunify360-agent<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Stops the Imunify360 agent process if it is partially running.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Stop Imunify360 Service<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl stop imunify360<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Stops the main Imunify360 service to ensure a clean restart.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. <strong>Reset Failed State<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl reset-failed imunify360-agent<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Clears any failed systemd state that may prevent the agent from starting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3<strong>. Start Imunify360 Service<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl start imunify360<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Starts the main service first to ensure database migrations can be applied.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Pause for 5 Seconds<br><\/strong>Gives the service a short buffer to initialize before starting the agent.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>5. Start Imunify360 Agent<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl start imunify360-agent<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Finally, starts the agent successfully after migrations are applied.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\"><strong>Conclusion<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The \u201cImunify360 Agent Not Running\u201d warning is typically related to pending migrations that prevent the service from initializing properly. By following the sequence above, you can quickly restore full functionality without needing to reboot your server or perform complex troubleshooting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Keep an eye on \/var\/log\/imunify360\/error.log after performing this fix to ensure that no further warnings appear. For long-term stability, ensure your Imunify360 installation is fully updated and properly maintained.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019re still facing issues after trying these steps for the Imunify360 agent not running fix, our experts can help.we specialize in <a href=\"https:\/\/www.skynats.com\/server-management\/\">Server Management Services<\/a> and <a href=\"https:\/\/www.skynats.com\/linux-server-management\/\">Linux Server Support Services<\/a>, providing 24\u00d77 assistance to diagnose, secure, and optimize your server environment. Contact our team today to get your Imunify360 and server panel running smoothly again!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are managing Linux servers with Imunify360 installed, you might occasionally encounter a situation where the Panel UI reports the \u201cImunify360 Agent Not Running\u201d message. This Imunify360 agent not running fix issue can be frustrating, but it is usually resolvable with a few commands executed from the terminal. Understanding the Issue The problem typically [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[820,241,1160,1158,1159,302],"class_list":["post-16611","post","type-post","status-publish","format-standard","hentry","category-blog","tag-imunify360","tag-linux","tag-linux-server-support-services","tag-panel-ui","tag-panel-ui-and-migration-error-in-logs","tag-server-management-services"],"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/16611","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=16611"}],"version-history":[{"count":3,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/16611\/revisions"}],"predecessor-version":[{"id":16793,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/16611\/revisions\/16793"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=16611"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=16611"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=16611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}