GitHub user printfdebugging added a comment to the discussion: Unable to add the host: Cannot find the server resources
I was getting the same error. Turns out that reading the log files helps, as a log file is cloudstack's way of communicating back what's the issue. I searched for "server resources" in the log file, and found that it's related to libvirtd. Then I checked for if libvirtd is running is fine or not using `# systemctl status libvirtd`, and I found that it wasn't. Then I ran `journalctl -xe` as asked in the libvirtd status info, and found that there was some syntax error in libvirtd.conf. I hope it helps somehow. GitHub link: https://github.com/apache/cloudstack/discussions/9019#discussioncomment-9278652 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org