17 août 20171 Min

How to change Squash TM default port?

Mis à jour : 18 juin 2021

Squash TM uses 8080 port as default port. This port can be modified, the procedure depends on the operating system.

Look for HTTP_PORT and replace 8080.

Windows :

In bin/startup.bat : set HTTP_PORT=8080

Linux :

In bin/startup.sh : HTTP_PORT=8080

Debian/Ubuntu :

In ect/init.d/squash-tm : HTTP_PORT=8080

RedHat :

In ect/sysconfig/squash-tm : HTTP_PORT=8080

Please notice that the system will not check if the selected port is available (except if you are using the Debian launching script), you should then make sure with the administrator that it is the case.