Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How do i connect from a vps to my home computer? [Open ports]
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How do i connect from a vps to my home computer? [Open ports]

MikasaMikasa Member
edited September 2019 in Help

Have seen many knowledge bombs thrown here, (which goes over my head) but i want to know how i can connect to my computer from a vps using any port (for eg 81 or 8181) such that it can send for example a push message to my computer ip4 address which i can get using cmd
ipconfig /all command.

because every time i try to do it, it just never connects,only localhost works. Any godly insight would be welcomed.

Comments

  • The easiest way, is using tinc.
    A vps as tinc server, and computer connect to vps as tinc client.

    VPS with IP such 10.0.8.1, and computer with 10.8.0.2

    VPS can ping the computer and vice versa, and with port redirect we can access the computer from the internet. Or we can use vpn or shadowsock connected to vps, and directly access the computer from IP address.

    Thanked by 2Mikasa Edmond
  • Hi, if you haven't static IP, you may to use DDNS servers what could give ability access to your home machine. Than launch some kind of VPN server it is depends on OS. Setup VPN account. Next step to configure VPN client and try to connect.

    Thanked by 1Mikasa
  • The easiest is probably ssh -R 127.0.0.1:1234:127.0.0.1:1234. As long as your SSH connection is active, your VPS could access port 1234 on your computer by accessing 127.0.0.1:1234.

    Thanked by 1Mikasa
Sign In or Register to comment.