Allowing Micetro Web Interface to Log In to Other Central Servers
By default, the Micetro Web Interface and API only allow connecting to a single Micetro Central server, determined during the first login to Micetro after installation.
If you want to allow users to specify a custom Central server to connect to, follow the instructions below.
Windows
Edit the
preferences.cfg
file for the M&M Web Services located atc:\\ProgramData\\Men and Mice\\Web Services\\preferences.cfg
. Add the following XML tag:
<LockToDefaultServer value="0" />
Restart the M&M Web Services Windows service.
After that, a “Server” field will appear on the Micetro Web Interface login page, and the “serverName” field in the API Login command will be honored.
Linux
Log into the server hosting the Web Interface.
Edit the
preferences.cfg
file for the M&M Web Services (/var/mmsuite/web_services/preferences.cfg
). Add the following XML tag:
<LockToDefaultServer value="0" />
Restart the
mmws
service:
systemctl restart mmws
After that, a “Server” field will appear on the Micetro Web Interface login page, and the “serverName” field in the API Login command will be honored.