Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.07 KB

webapp_custom_links.rst

File metadata and controls

37 lines (21 loc) · 1.07 KB

Custom Links in the Micetro Web Interface

You can add up to three custom links that show up on the Micetro login page.

../../images/login-custom-links.png

To add your custom links (for example internal support channel):

  1. Open the preferences.cfg file for Micetro Web Services.

    • Default location on Windows: C:\ProgramData\Men and Mice\Web Services\preferences.cfg
    • Default location on Linux: /var/mmsuite/web_services/preferences.cfg
  2. To the end of the file, add the links in the following format:

<LoginFootnote value="Link Text 1[https://www.example.com/link1],Link Text 2[https://www.example.com/link2],Link Text 3[https://www.example.com/link3]" />
  1. Restart the Micetro Web Service to pick up the changes:

    • On Windows: mmws.exe
    • On Linux:
    systemctl restart mmws

Note

The Micetro Web Service always needs to be restarted after changes to its preferences file.