Install FileMaker Server on Windows 11 on Apple Silicon

You like to have a FileMaker Server on the go with your Macbook (Pro) M1 or M2?

Install Parallels and let it install Windows 11. Within the ARM version of Windows 11, you can install FileMaker Pro 19.5 and it seems to work fine. Since there is no native version for ARM64, the application runs in emulation within Windows.

You can also install FileMaker Server. Running a FMS on Windows 11 and not Windows Server 2016 or 2019 is not really supported, but can work. The installer will complain about missing Internet Information Services and Application Request Routing. But you can go on one of the Microsoft websites and download the Application Request Routing installer and install it manually. I used the "Install this extension" button on iis.net/downloads/microsoft/application-request-routing website.

Once this is installed, the FileMaker Server installer runs through without complains. After a restart, we can open the console and see the server running:

MBS FileMaker Plugin works fine and you can use the function SystemInfo.WindowsMachineInfo to query the machine info. This will tell you the architecture:

{
"ProcessMachine": "AMD64",
"NativeMachine": "ARM64"
}

The current process uses AMD64, e.g. x86 instructions, but runs in emulation on a native ARM64 CPU.

Good to know that we can have a test server locally on the go to try things. On the long run, we hope Microsoft will provide Windows Server for ARM CPUs and Claris can provide their server for Windows ARM. Best would be one installer to install the right version for the current Windows variant.

3 Likes

Good to know, but I'd prefer Claris would provide a Ubuntu ARM version though.

1 Like

I tried to install FileMaker Server on an Ubuntu ARM VM.
So I installed Rosetta and required packages, but failed so far to get all the packages right.

I just gave QEMU based UTM a try, installing Ubuntu x86_64 in emulation. Using VLAN and port forwarding and following my guid from here: Ubuntu FMS on FMP Client Machine | balimusic
got FMS up and running. Performance is not underwhelming but good enough for some tests :wink:

2 Likes

Now the fms 2023 arm version is out, this is solved, runs great in UTM!

Best
Otmar

3 Likes