{"id":3144,"date":"2024-08-23T13:32:21","date_gmt":"2024-08-23T17:32:21","guid":{"rendered":"https:\/\/increasec.com\/?p=3144"},"modified":"2026-01-19T09:48:11","modified_gmt":"2026-01-19T14:48:11","slug":"remote-support-tools","status":"publish","type":"post","link":"https:\/\/increasec.com\/?p=3144","title":{"rendered":"Remote support tools RMM"},"content":{"rendered":"\n<p>Cold\/1Off support: (requires someone on the far end to enter a Session# + password)<br>TeamViewer was the Go-To tool, but recently they have been putting short time limits on free sessions and their tools is seeing increasing use by bad actors.  Our 1to1 replacement is <strong>RustDesk<\/strong>; free to use, don&#8217;t expect this to be as fast as paid TeamViewer.  More than sufficient to setup your unattended support tools.<\/p>\n\n\n\n<p>Unattended Support tools: (after setup, doesn&#8217;t require anyone at far end to remote control)<br>TeamViewer as mentioned has priced themselves out of contention<br>n-Able\/n-Central is less expensive and has more functionality<br>NinjaOne recommended by Lawrence Systems, have not tested myself<br>RustDesk cheap and reliable, less functionality than more expensive options above.  OR selfhost for free if you dare. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>When you run commands on workstations thru a remote support tool most of the time they run under the System context so they don&#8217;t have a search path to find useful tools like winget.  Below are commands with the path included.<\/p>\n\n\n\n<p>&#8220;C:\\Program Files\\WindowsApps\\Microsoft.DesktopAppInstaller_1.26.400.0_x64__8weky<br>b3d8bbwe\\winget.exe&#8221; upgrade &#8211;all &#8211;accept-package-agreements &#8211;accept-source-agreements<\/p>\n\n\n\n<p>&#8220;C:\\Program Files\\WindowsApps\\Microsoft.DesktopAppInstaller_1.26.400.0_x64__8weky<br>b3d8bbwe\\winget.exe&#8221; upgrade &#8220;VLC media player&#8221; &#8211;accept-package-agreements &#8211;accept-source-agreements<\/p>\n\n\n\n<p>&#8220;C:\\Program Files\\WindowsApps\\Microsoft.DesktopAppInstaller_1.26.430.0_x64__8wekyb3d8bbwe\\winget.exe&#8221; install Tailscale.Tailscale &#8211;silent &#8211;accept-package-agreements &#8211;accept-source-agreements<\/p>\n\n\n\n<p>powershell<br>Invoke-WebRequest -Uri https:\/\/packages.wazuh.com\/4.x\/windows\/wazuh-agent-4.8.2-1.msi -OutFile ${env.tmp}\\wazuh-agent; msiexec.exe \/i ${env.tmp}\\wazuh-agent \/q WAZUH_MANAGER=&#8217;wazuh-server.yourdomain.local&#8217;<\/p>\n\n\n\n<p>NET START WazuhSvc<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>netsh advfirewall set allprofiles state off<br>just for testing of course<\/p>\n\n\n\n<p>Powershell \/c Test-NetConnection -Computername  &#8220;whatever&#8221; -Port 3389<br>3389=RDP  Remote Desktop<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>M$ OpenSSH Server for Win10+11  (Tested in Win10)<\/p>\n\n\n\n<p>Start, Settings, System, Optional Features<\/p>\n\n\n\n<p>Add a Feature (Add an Optional Feature,View Features   in Win11)<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"562\" height=\"386\" src=\"https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-3.png\" alt=\"\" class=\"wp-image-3300\" style=\"width:303px;height:auto\" srcset=\"https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-3.png 562w, https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-3-300x206.png 300w\" sizes=\"auto, (max-width: 562px) 100vw, 562px\" \/><\/figure>\n\n\n\n<p>Type SSH<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"666\" height=\"212\" src=\"https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-4.png\" alt=\"\" class=\"wp-image-3301\" style=\"width:465px;height:auto\" srcset=\"https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-4.png 666w, https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-4-300x95.png 300w\" sizes=\"auto, (max-width: 666px) 100vw, 666px\" \/><\/figure>\n\n\n\n<p>checkmark next to <strong>OpenSSH Server<\/strong>, and click Add<\/p>\n\n\n\n<p>sip ur coffee, takes about 3min<\/p>\n\n\n\n<p>the SSH service will be disabled by default<\/p>\n\n\n\n<p>Right click on the start menu and choose Computer Management.  Services and Applications, Services, find OpenSSH SSH Server   (ya i  didn&#8217;t name it),  set it to Automatic (Delayed Start), and start it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"532\" height=\"69\" src=\"https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-5.png\" alt=\"\" class=\"wp-image-3302\" srcset=\"https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-5.png 532w, https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-5-300x39.png 300w\" sizes=\"auto, (max-width: 532px) 100vw, 532px\" \/><\/figure>\n\n\n\n<p>I tested with the OpenSSH Authentication Agent NOT running and was still able to authenticate and start a session.  even when using a domain logon.<\/p>\n\n\n\n<p>The default Windows Firewall rules allow inbound connections to SSH but do NOT allow ping.<br>I would recommend you only make firewall exceptions for your jump-box and not the entire subnet <\/p>\n\n\n\n<p>Note you can type powershell and get a powershell prompt, you are not limited to strictly cmd\/dos.<\/p>\n\n\n\n<p>This is a very Ram efficient method of remote management.  Something like nAble takes 65mb<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"415\" height=\"67\" src=\"https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-6.png\" alt=\"\" class=\"wp-image-3309\" srcset=\"https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-6.png 415w, https:\/\/increasec.com\/wp-content\/uploads\/2024\/08\/image-6-300x48.png 300w\" sizes=\"auto, (max-width: 415px) 100vw, 415px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>&#8220;C:\\Program Files\\WindowsApps\\Microsoft.DesktopAppInstaller_1.26.400.0_x64__8weky<br>b3d8bbwe\\winget.exe&#8221; install -e &#8211;id tailscale.tailscale<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Google Remote Desktop<br>Con<br>-can&#8217;t remotely run as Administrator, and the screens don&#8217;t appear so you can&#8217;t advise the user what to do<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cold\/1Off support: (requires someone on the far end to enter a Session# + password)TeamViewer was the Go-To tool, but recently they have been putting short time limits on free sessions&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3144","post","type-post","status-publish","format-standard","hentry","category-uncategorised"],"_links":{"self":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3144","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3144"}],"version-history":[{"count":25,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3144\/revisions"}],"predecessor-version":[{"id":4001,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3144\/revisions\/4001"}],"wp:attachment":[{"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}