Quote from: nichky on August 01, 2025, 03:06:27 PMThansk AlexYou are mixing up monitoring server, web, and agent.
so this is i'm expecting.
Since the container is running i should be able to log in to netxms (similar to how i'm doing on windows) via web using ip:8080 , ip:4700 or ip:4701
Monitoring server (netxmsd, "NetXMS Core" service) listens on port 4701, you connect there using desktop client.
Server do all the scheduling, data collection, and processing. Collection can be done via multiple procorols - SNMP, native agent, SSH, etc.
WebUI - expose :8080/:8443, you connect there with the browser. WebUI transparently connects to the monitoring server.
Agents listen on port 4700 (they can go in reverse as well). Server connects to the agents to collect data / perform tasks.
So no, you do not connect to the agent with the browser. You could register it in the monitoring instead, and configure metrics you want to monitor.