You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm able to deploy agents, but the server's /agents page always shows No deployed agents for the blue user even when I can see there are active agents from Both the server's logs, and when running Operations.
I'm running Caldera 5.0.0, and posted about this problem in Slack here.
To Reproduce
Steps to reproduce the behavior:
Do All of the following as the blue user
Install Caldera server and run with python3 server.py --build --log DEBUG
Install Caldera agents (Sandcat and Ragdoll) on 3 VMs
Check Caldera server logs: Observe Incoming HTTP beacons from agents
Check server's /agents page and see no agents
Expected behavior
After agents are deployed, they should appear on the server's /agents page.
Screenshots
If applicable, add screenshots to help explain your problem.
no-deployed-agents.mov
Desktop (please complete the following information):
Here's info about the OS the Caldera server is running on:
$ uname -a
Linux ip-172-26-2-58 6.1.0-22-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/
Louis Hackländer-Jansen was able to replicate this problem. The root of the problem is that No agents deployed Always seems appear for the blue user, even if (as in my case) Everything was done with the blue user, including installing the agents.
Describe the bug
I'm able to deploy agents, but the server's
/agents
page always showsNo deployed agents
for theblue
user even when I can see there are active agents from Both the server's logs, and when running Operations.I'm running Caldera 5.0.0, and posted about this problem in Slack here.
To Reproduce
Steps to reproduce the behavior:
blue
userpython3 server.py --build --log DEBUG
/agents
page and see no agentsExpected behavior
After agents are deployed, they should appear on the server's
/agents
page.Screenshots
If applicable, add screenshots to help explain your problem.
no-deployed-agents.mov
Desktop (please complete the following information):
Here's info about the OS the Caldera server is running on:
The text was updated successfully, but these errors were encountered: