CLARIS PLATFORM UPDATES

Claris FileMaker Cloud 2025 Coming Soon

Claris FileMaker Cloud 2025 Coming Soon

We're excited to announce that following the successful launch of Claris FileMaker 2025 this past July, FileMaker Cloud 2025 (version 2.22) is on its way! This major update brings enhanced security features and performance improvements to our cloud platform.

FileMaker Cloud 2025 (version 2.22) works seamlessly with FileMaker Pro 2023 (version 20.3.2) and newer versions, plus FileMaker Go 2024 (version 21) and later. Check out our comprehensive system requirements for all the technical details.

Claris FileMaker 2025 Technical Specifications

What Makes FileMaker Cloud Special

FileMaker Cloud runs on enterprise-grade infrastructure that brings together integrated services, connectors, web services, and secure gateways to deliver the security, reliability, and flexibility you need. We've built comprehensive security into every layer—from database and communication encryption to advanced access controls, multi-factor authentication, and real-time threat monitoring. Our team at Claris International Inc. keeps watch 24/7/365, so you don't have to.

No matter where you are in the world, you're running the same proven software stack on Ubuntu Linux, with your data securely stored and processed through AWS. Your FileMaker Cloud instance runs in the AWS region closest to you for optimal performance and data residency compliance.

We handle all the heavy lifting for you—security updates, bug fixes, and Ubuntu Linux maintenance are all managed by our team at Claris International Inc. This means you can focus on what matters most: building amazing apps and growing your business.

Service Security Certifications

When it comes to security, we don't mess around. FileMaker Cloud and Claris Connect are built on the rock-solid security standards of Apple Inc. We're not just talking the talk—we've got the certifications to prove it, including ISO/IEC and SOC2-type2, plus we run regular vulnerability assessments to stay ahead of any threats.

This information is published at the following URLs:

Apple Platform Certifications

Claris Cloud Service Security

Clients That Will No Longer Connect to FileMaker Cloud 2025

Here's the backstory: When we launched Claris FileMaker 2025 back in July, we held off on releasing FileMaker Cloud 2025 because we didn't want to catch anyone off guard. The new cloud version (2.22) requires FileMaker Pro 2023 (version 20.3.2) or newer, plus FileMaker Go 2024 (version 21) or later—this isn't just us being picky, it's about delivering the enhanced functionality and security features you deserve.

The good news? It's been several months since FileMaker 2025 launched, and we've seen tons of customers upgrade their FileMaker Pro and FileMaker Go installations. Now we're ready to take the next step. Mark your calendars: FileMaker Cloud 2025 (version 2.22) is going live worldwide on November 6th, 2025!

If you're still running an older version when the upgrade happens, you'll see this message when trying to connect:

The file "<file name>" could not be opened. The host does not support this version of FileMaker.

You can check the error display in the following article: "Cannot access files shared on Claris FileMaker Cloud"

Please take this opportunity to check the versions of Claris FileMaker Pro and Claris FileMaker Go installed on devices used to access FileMaker Cloud.

The current FileMaker Cloud version is 2.21.1 as of the publication date.

FileMaker 2025 Technical Specifications

Get FileMaker Go on Your Mobile Devices

Ready to take your FileMaker apps mobile? Grab FileMaker Go 2025 for your iPhone or iPad and access your data anywhere.

Download FileMaker Go 2025

[For Administrators] Encourage Users with Older Versions to Upgrade

What actions should administrators begin taking in preparation for the upcoming deployment of FileMaker Cloud 2025?

Here, we'll explain an example script that displays a custom dialog to encourage upgrades for users still using FileMaker Pro or FileMaker Go that are not yet compatible with FileMaker Cloud 2025, using a sample file.

First, please download the sample file from the following link: Download Sample File

This sample file implements a feature that checks the application version as soon as the user opens the file.

This is achieved using the "OnFirstWindowOpen" and "Get (ApplicationVersion)" functions, displaying a custom dialog when the version is below a specified threshold.

Specifically, please check part of the "Open" script in the sample file. This script displays a custom dialog when the version is below 21.0.1.

#############################################

# (This differs from the actual Open script)

# Check version

Set Variable [ $ApplicationVersion ; Value: Get ( ApplicationVersion ) ]

Set Variable [ $URL ; Value: "https://www.claris.com/resources/downloads/" ]

Set Variable [ $Message ; Value: List ( "Your current version is " & $ApplicationVersion & "." ; "Please connect to FileMaker Cloud with the latest version." ; "Please check the latest version at the following URL:" ; $URL) ]

# If version is less than 21.0.1, display custom dialog

If [ GetAsNumber ( $ApplicationVersion ) < 21.01 ]

Show Custom Dialog [ "Confirmation" ; $Message ]

End If

#############################################

This "Open" script is specified in "OnFirstWindowOpen" by selecting [File] - [File Options] - [Script Triggers] from the FileMaker Pro menu.

This allows the application version to be checked immediately after the first window of a custom app is opened, and if an older version is being used, a custom dialog is displayed to encourage the user to upgrade.

[For Administrators] Check Version Access.log

FileMaker Cloud administrators may want to check who is accessing with which version and when. In such cases, you can check from the Access.log in the FileMaker Cloud Admin Console. The procedure is as follows:

1. Access the Claris Customer Console with your registered Claris ID from https://my.claris.com/ and click [Go to Admin Console] in the [Host] section.

2. Download the Access.log from the [Logs] tab in the Admin Console.

3. Once downloaded, you can import the Access.log (log file) into the aforementioned sample file to detect target users through a highly readable and searchable user interface.

FileMaker Cloud Legacy Version User Detection List Screen

[About Update Date]

(1) The upgrade button will be enabled on November 6th, 2025. Customers will be able to upgrade manually.

(2) If automatic maintenance is configured, the system will automatically upgrade to FileMaker Cloud 2025 when the instance is restarted during the first automatic maintenance after November 6th, 2025.

FileMaker Cloud 2025 is going to be a game-changer—faster performance, exciting new features, and all the reliability you've come to expect from Claris. We can't wait to see how the latest FileMaker platform helps supercharge your productivity and drive your business forward.

The dates such as release dates mentioned in this article are as of the publication date, and are subject to change.