--- Quote Start ---
The way it's usually done (from my experience) is that there is one Quartus installation on a shared volume. That volume is mounted on all other computers in the lab or server farm. That worked for both Windows and Linux, although it's simpler to set it up on Linux. Then you have a license server pointed by setting LM_LICENSE_FILE envvar.
Thanks,
Evgeni
--- Quote End ---
Can you point me to a discussion/document that shows how to set up the remote installation you describe on Windows? I have it working for versions 14.1 and 15.0, but something is not quite right when I try to remotely run 11.1. I think I'm missing something in the environment setup on the client machine.
For 11.1, this is how I'm setting up the environment:
set QUARTUS_ROOTDIR=%DRIVELETTER%\altera\11.1\quartus
set PATH=%PATH%;%QUARTUS_ROOTDIR%;%QUARTUS_ROOTDIR%\bin64;%QUARTUS_ROOTDIR%\sopc_builder\bin
%QUARTUS_ROOTDIR%/bin64/perl/bin/perl %QUARTUS_ROOTDIR%/sopc_builder/bin/
regsopc.pl --quartus_root_dir=%QUARTUS_ROOTDIR%