cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 
CHRLAU
Engaged Sweeper III
Is it possible to remove the port number from internal lansweeper website?

I donĀ“t want end users to see "https://ITSupport:88" just "https://ITSupport"

Just a minor change I hope it is possible.
3 REPLIES 3
CHRLAU
Engaged Sweeper III
Hi Bruce and Ed

Thanks for your replies and advice. IĀ“ve found a solution that seems to work.

Stopped the IIS service
These commands was run in CMD (administrator):

netsh http delete sslcert ipport=0.0.0.0:443

netsh http add sslcert ipport=ChangedThisToLocalIP:443 appid={214124cd-d05b-4309-9af9-9caa44b2b74a} certhash=InsertThumbnailFromTheCertificate


Edit of C:\Program Files (x86)\Lansweeper\IISexpress\iisexpress.configā€
Changed this from:
<binding protocol="https" bindingInformation="*:XX:" />

Changed it to:
<binding protocol="https" bindingInformation="ChangedThisToLocalIP:443:" />

Started IIS service


Ed:
Which advantages do I get from installing full IIS version on the server? Performance or "just" more options in GUI?
Any advice on specific settings to increase performance etc. if changing to full IIS ?
Any guide on how to change Lansweepeer website from IIS Express -> Full IIS?
Ed
Engaged Sweeper III
You need to do this within your IIS setup. For my setup I installed the full version of IIS as opposed to IIS Express and just edited the bindings for the Lansweeper site.
Bruce_B
Lansweeper Alumni
The reason a port needs to be used when connecting to your web console is because it's not using the default https port, this is quite normal. While technically possible to make changes to remove the need to specify the port, this isn't something you can set up within Lansweeper itself unfortunately, as such we can only provide limited support due to it being outside our scope. Setting this up is the same as setting it up for any other web site.