
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 10:57 PM
Hello,
How do I go about tweaking lansweeper database connectivity to utilize a custom port number instead of using tcp 1433?
I need to utilize a high level port per my IT Security team.
I appreciate your assistance!
How do I go about tweaking lansweeper database connectivity to utilize a custom port number instead of using tcp 1433?
I need to utilize a high level port per my IT Security team.
I appreciate your assistance!

Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2016 04:08 PM
First, you'll need to configure your SQL server to listen to a specific port by using 'SQL Server Configuration Manager'. Afterwards, you'll need to edit the files below:
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config
Within these files, you'll need to search for your SQL instance name and add the custom port number after it using a comma.
Source=localhost\SQLEXPRESS,portnumber
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config
Within these files, you'll need to search for your SQL instance name and add the custom port number after it using a comma.
Source=localhost\SQLEXPRESS
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2016 04:08 PM
First, you'll need to configure your SQL server to listen to a specific port by using 'SQL Server Configuration Manager'. Afterwards, you'll need to edit the files below:
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config
Within these files, you'll need to search for your SQL instance name and add the custom port number after it using a comma.
Source=localhost\SQLEXPRESS,portnumber
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config
Within these files, you'll need to search for your SQL instance name and add the custom port number after it using a comma.
Source=localhost\SQLEXPRESS
