Client for a token server

For a token server, the client gurobi.lic file should contain a line that looks like this:

TOKENSERVER=mymachine.mydomain.com
or:
TOKENSERVER=192.168.1.100
This line gives the name or IP address of the token server.

Note that if your client and server are both running on the same machine, you have two options. The first is to add a TOKENSERVER=localhost line to your gurobi.lic file. The token server will ignore this line, and the client will ignore everything but this line. Your second option is to create a separate gurobi.lic file for the client, and to set the GRB_LICENSE_FILE environment variable to point to this file.