hello there
I've just installed netxms but i don't how to connect to server.
someone know the login and passwd access ?
Thanks
Noru
Hi!
Default login is admin and default password is netxms.
Best regards,
Victor
hello victor
the connection is refused.
to be more clear, once netxms server on linux centos, i install netxms-webui for windows, and lauch using browser http://localhost:8787, which open me username/password.
with admin/netxms, the connection is refused.
perhaps am i on wrong way ?
thanks for help.
noru
Hi!
Current version of web interface connects to server on localhost, so if you install it on separate machine, it cannot connect. It is possible to make web UI to connect to remote NetXMS server, but you have to change property file packed deep inside war file:
1. find file WEB-INF/plugins/org.netxms.webui.core_1.2.1.jar inside .war file;
2. inside this jar, find file org/netxms/webui/core/nxmc.properties;
3. Change "server" option to IP address of your NetXMS server.
Deploy modified war file and web ui should be connecting to your NetXMS server.
Best regards,
Victor