Location of `remote.lic` in 2026.6

Coreform Cubit Version: 2026.6
Platform: Linux; Ubuntu 22.04

Issue
I’ve installed Coreform Cubit 2026.6 on a Linux machine and I’m currently trying to figure out where the remote.lic file needs to be located in this new version.

We self-host an RLM server on which our floating license is located. In previous versions of Cubit (e.g., 2025.8 and 2025.12), we had the details related to the license server located under

/some/path/Coreform-Cubit-2025.12/bin/licenses/remote.lic

where the contents of the file looked something like

HOST 000.00.000.00 ANY 0000
ISV csimsoft

(But obviously replacing the IP address and port number with the ones relevant for our remote.)

I’ve tried doing the same for 2026.6, but Cubit can’t seem to find the license file. For example, if I run

/some/path/Coreform-Cubit-2026.6/coreform_cubit -nogui

I get the following error:

RLM session initialized
WARNING: No RLM logins were valid: -1
No credentials file on disk
No login credentials
RLM hostid: ...
ERROR: License Error: No license found
To activate Coreform Cubit for the first time, contact sales@coreform.com with your hostid: ...
Coreform Cubit will quit.

(Note that I’ve stripped the hostids from the above message.)

Where is the correct place to place the remote.lic file in 2026.6?