You can change the setting.
- Shut down the server. Make sure all clients have disconnected
- Go to the folder containing the server executable (e.g. C:\Program Files (x86)\QSAR Toolbox\QSAR Toolbox 4.5\Toolbox Server\Bin)
- Open ToolboxServerApp.dll.config file using Notepad.
- Search for "SingleUser" and you will find the line "<add key="SingleUser" value="false"></add>".
- Change the value from false to true. It should look like this: <add key="SingleUser" value="true"></add>
- Make sure none of the remote clients will attempt to connect to the server, start the server and connect to it with the local client.