I am testing my locally hosted website using Tunnel. Is there any way that all of us can use a single tunnel?

How can every team member use the same tunnel? I’ve multiple team members in my team, and in order to test the website, all of them need to configure tunnel at their system.

Hello Alex,

Yes, there is a way. For using a common SSH tunnel connection for every team member, you need to establish a shared LambdaTest Tunnel which every teammate of yours can use, listed under your organization at LambdaTest. For configuring a shared LambdaTest Tunnel, you would need to append an argument --shared-tunnel to the command used for invoking LambdaTest Tunnel. This is the syntax to configure a shared SSH LambdaTest Tunnel:

LT --user {user's login email} --key {user's access key} --cui --shared-tunnel --tunnelName {string}.

You can refer this link for details: Localhost Testing With Shared Tunnel | LambdaTest