Gateway port to use 80 to 443 on Tableau Server

Change Gateway port from 80 to 443 or 8080

      To change the Gateway port from 80 to 443 then use below commands

  1. First , list your nodes with the command. tsm topology list-node 
  2. Then execute the command to set port  tsm topology set-ports --node-name node1 --port-name gateway:primary --port-value 443
  3. The above command will ask for a restart. 
  4. Check ports using tsm topology list-ports 
If some error occurs in applying changes: try disabling (enable later) external ssl first-
tsm security external-ssl disable

You might need to run init command again with new port-
tsm reset
tabcmd initialuser --server localhost:443 --username 'ADMINUSER' --password 'adminpwd'



Comments