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
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?
Coreform Cubit Version : 2026.6
Platform : Linux - Fedora
I have, what I believe to be, a related question.
Cubit launches well, finds the license no issues.
But when I attempt to run Sculpt (from within the GUI) an error - " Licensing error: No credentials on disk." from each processor.
I have checked and remote.lic is located in ~/.config/Coreform/licenses and contains the appropriate enteries:
HOST <server_IP> ANY <port#>
ISV csimsoft
I have tried to define an environment variable
setenv RLM_LICENSE ‘<port#>@<server_IP>’
Something maybe worth checking is whether there’s a sculpt license attached to your Cubit one. I had an issue a few years ago once where my license had permissions to use Cubit, but not to use sculpt.
I assume from this thread that you’re using a self-hosted RLM server, so you can check whether you have permissions to use sculpt by doing the following:
Establish an SSH tunnel to the machine that’s hosting the license server using:
ssh -N -L 5054:localhost:5054 name_of_remote
Open localhost:5054 in your browser of choice.
In the home page, there should be a table with the header ISV Servers. Under the Server Status column, press the csimsoft button.
There should be a table with the header License pool status with a list of products that your license has access to. Make sure that trelis_sculpt is listed here.
Yes, a self-served RLM (on a different Linux machine). The Sculpt license is available - the Windoze client works flawlessly. Checking the license file (good thru 2027), the “trelis_sculpt” line is present.