Troubleshooting Remote Access Connection Issues Across Networks in Saner CVEM

Modified on Fri, 26 Sep at 12:52 PM

Overview

Remote access is one of the key features of Saner CVEM under the Endpoint Management module. It is particularly useful for administrators to gain access to machines across the organization for troubleshooting and support.

However, in certain cases, you may face issues connecting to a machine that is part of a different network.

This KB outlines the basic troubleshooting steps to identify and resolve such issues.


Issue: Unable to establish a remote access connection to a machine located in a different network.


Basic Troubleshooting Steps

Step 1: Open Remote Access in Inspect Mode

  1. Navigate to the Remote Access tab in Saner CVEM.



  2. Right-click and choose Open in a new tab.

  3. Once opened, right-click again and select Inspect.

  4. In the Developer Tools window, switch to the Network tab.


Step 2: Verify API Calls

API 1: Initiate Remote Connection

  • Check the following API request:

https://saner.secpod.com/Platform/CVEM/modules/EM/RemoteAccessControl.jsp?command=initiateRemoteConnection
  • Look for the offer JSON payload.

    • If the device is part of a different network, the payload must contain "relay".


  • You will also receive an answer JSON in the same API.

    • Ensure that the answer JSON also includes "relay".



API 2: Get Relay Server Details

  • If both the offer and answer JSONs contain "relay", check the next API request:

https://saner.secpod.com/Platform/CVEM/modules/EM/RemoteAccessControl.jsp?command=getHMACBasedRelayServerDetail
  • Verify the response to ensure that the correct relay server details are being fetched.


Conclusion

If the above APIs confirm the presence of "relay" in both offer and answer JSONs, along with valid relay server details, remote access should successfully connect across networks.

If the connection still fails:

  • Check firewall settings and make sure all the pre requisuites are met,

  • Ensure that relay server access is not being blocked,

  • Reach out to SecPod support with API response logs for further analysis.




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article