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?
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.
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.