NetXMS Support Forum

English Support => General Support => Topic started by: noru on June 17, 2012, 10:48:03 AM

Title: nxmc access
Post by: noru on June 17, 2012, 10:48:03 AM
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
Title: Re: nxmc access
Post by: Victor Kirhenshtein on June 18, 2012, 01:24:14 PM
Hi!

Default login is admin and default password is netxms.

Best regards,
Victor
Title: Re: nxmc access
Post by: noru on June 21, 2012, 05:05:25 AM
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
Title: Re: nxmc access
Post by: Victor Kirhenshtein on June 29, 2012, 08:19:39 PM
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