access to a service fixed

Good afternoon,

I am testing the tool in free mode. How do I get access to a service fixed? And later how do I make it public? If I have a web server?

Hi Leonardo,

Take a look at info on using peer to peer (P2P) connections. This can create a persistent connection from your local machine to the remote service available on a localhost address, e.g. 127.0.0.1:34000. The P2P connection also has improved data throughput as the data is not routed through a proxy server. When you make a connection through the web portal, the authentication and data are routed through remote.it servers. In P2P mode, remote.it’s servers are only used to authenticate the initial connection.

To support P2P connection mode, we have desktop apps for Windows and Mac and Debian.

Let me know if you have any questions about using P2P connections.

However, this does not solve your desire to make the connections public.

You can make a connection public through the web portal, but this connection will expire in about 8 hours unless terminated sooner - as long as the tunnel remains active. See this link for more details: Proxy timeout behavior

When you make a connection, check the “Make Public” box:

Let me know if you have any other questions.