Starting a Server without a Client
You can open an existing simulation in a server without explicitly starting the client.
In this scenario, the server will start and the simulation file will be opened and the server will simply wait for a client to connect to it. This may be useful if you want to start a remote server from a Windows machine for example.
To open a simulation on a server without launching the client, issue the following command:
% starccm+ -server -port [portnumber] file.sim
The server will use the port specified via the -port option (default 47827) or the first open port after the specified port, until it has tried the number of ports specified via -portrange (default 100). If it cannot find an open port in that range (default 47827 - 47927), the server will print a message and exit.