Table of Contents

This is Work in progress : The doc hasn't been finished yet.

25.23. mSupply Client for a MAC

From mSupply V9 onwards, the mSupply Single user and the mSupply server for MAC is no longer supported. The mSupply Foundation had to stop creating these two MAC application partly due to increasing license cost and theses two apps haven't been deployed in the live environment by our clients, Windows are more primarily been used so far.

However we do have users who have MAC and would like to be able to access the mSupply windows server for both data entry and reporting needs. This is guide to how a mSupply Client app for MAC can be used.

Prerequisites

Setup Steps

  1. Confirm the Mac is on the same LAN/network as the mSupply server. If not, arrange VPN/remote access first.
  2. Install the mSupply Client.app on the Mac. Simply download the mSupply Client App zip file.
    1. Unzip the zip file and you should see a mSupply Client Folder.
    2. Move this folder where ever you want on you MAC eg.. The Application folder, the Document folder… etc
  3. Run the mSupply Client by double clicking on the file : mSupply Client.app
    1. The mSupply Client may automatically connect to the mSupply server. This will happen if the msupply Client has been operated successfully in the past.
  4. Enter the server's IP address (rather than a hostname) in the custom setting field.
  5. Connect and confirm the client reaches the server.

Code Signing (may be required)

macOS Gatekeeper may block an unsigned mSupply Client.app from opening. If this happens:

Version Notes

Troubleshooting Checklist

  1. Is the Mac on the same network as the server? If not, that's the most common blocker.
  2. Try connecting using the server's IP address directly instead of a hostname in the custom setting.
  3. Does macOS refuse to open the app (Gatekeeper warning)? → Locally code-sign the Client.app.
  4. Confirm the server itself is reachable (ping / port check) before assuming it's a client-side issue.

Known Limitations / Open Work

References


Last updated: drafted from ticket #GT-9612-AP. Please edit/expand with exact code-signing commands and any additional edge cases encountered.