F5F Stay Refreshed Power Users Networks Need a Windows proxy solution for CS:GO server? Find the right setup to improve your gameplay experience.

Need a Windows proxy solution for CS:GO server? Find the right setup to improve your gameplay experience.

Need a Windows proxy solution for CS:GO server? Find the right setup to improve your gameplay experience.

Pages (2): 1 2 Next
J
JoeDub23
Member
129
09-21-2025, 10:38 PM
#1
Hello, everyone! This is going to sound crazy, but I am going to get straight to the point. I have a Windows VPS that I want to act as a proxy for connections between that server and a locally running 24/7 computer. Current TCP Configuration: - Currently, I am running Hamachi to create what Windows thinks is a "network" between my local computer and the server. - For my websites, I am using the NodeJS Package https://www.npmjs.com/package/tcp-proxy to listen on certain ports and relay information to the assigned Hamachi IPv4 of my Local Computer. - This is working for TCP and is fully functional. var tcpProxy = require('tcp-proxy'); var server = tcpProxy.createServer({ target: { host: '< Hamachi IP For Local Computer Here >', port: 80 } }); server.listen(80); The Problem: I need a UDP equivalent for my TeamSpeak and CS:GO Server. Why the hastle if you already have a VPS? I need more storage on my VPS for server files. Have you tried mounting the driver to the server via. RDP or Hamachi's Browse Feature? Yes, but it's extremely slow. I need the instance to file connection to be fast, hence why I setup a dedicated local machine. Why not use that dedicated local machine and portforward? I don't want to expose my public IP address. Why Hamachi? I need it for Windows to treat the computer as being in it's own network. Also, I don't want to open ports. Asking for a friend.
J
JoeDub23
09-21-2025, 10:38 PM #1

Hello, everyone! This is going to sound crazy, but I am going to get straight to the point. I have a Windows VPS that I want to act as a proxy for connections between that server and a locally running 24/7 computer. Current TCP Configuration: - Currently, I am running Hamachi to create what Windows thinks is a "network" between my local computer and the server. - For my websites, I am using the NodeJS Package https://www.npmjs.com/package/tcp-proxy to listen on certain ports and relay information to the assigned Hamachi IPv4 of my Local Computer. - This is working for TCP and is fully functional. var tcpProxy = require('tcp-proxy'); var server = tcpProxy.createServer({ target: { host: '< Hamachi IP For Local Computer Here >', port: 80 } }); server.listen(80); The Problem: I need a UDP equivalent for my TeamSpeak and CS:GO Server. Why the hastle if you already have a VPS? I need more storage on my VPS for server files. Have you tried mounting the driver to the server via. RDP or Hamachi's Browse Feature? Yes, but it's extremely slow. I need the instance to file connection to be fast, hence why I setup a dedicated local machine. Why not use that dedicated local machine and portforward? I don't want to expose my public IP address. Why Hamachi? I need it for Windows to treat the computer as being in it's own network. Also, I don't want to open ports. Asking for a friend.

H
HforHARRY000
Member
55
09-22-2025, 06:30 AM
#2
Using DynDN without an IP address or another service is required.
H
HforHARRY000
09-22-2025, 06:30 AM #2

Using DynDN without an IP address or another service is required.

K
Kaspolman
Senior Member
434
09-22-2025, 03:30 PM
#3
Have you explored Ventrilo? Its port supports both TCP and UDP, as noted in community discussions. The port number is 6090.
K
Kaspolman
09-22-2025, 03:30 PM #3

Have you explored Ventrilo? Its port supports both TCP and UDP, as noted in community discussions. The port number is 6090.

B
bmw355games
Junior Member
47
09-24-2025, 04:42 PM
#4
Or DDNS also functions.
B
bmw355games
09-24-2025, 04:42 PM #4

Or DDNS also functions.

S
Shapse
Junior Member
21
10-10-2025, 10:29 PM
#5
Not paying for that. I need to use my VPS for other things as well, this is just something that also needs to be done.
S
Shapse
10-10-2025, 10:29 PM #5

Not paying for that. I need to use my VPS for other things as well, this is just something that also needs to be done.

S
samrcar
Member
137
10-11-2025, 12:25 AM
#6
I don’t care about Ventrillo, my main goal is setting up a UDP proxy.
S
samrcar
10-11-2025, 12:25 AM #6

I don’t care about Ventrillo, my main goal is setting up a UDP proxy.

D
dj_creeper_81
Junior Member
23
10-11-2025, 01:55 AM
#7
Checked the UDP proxy documentation for node.js.
D
dj_creeper_81
10-11-2025, 01:55 AM #7

Checked the UDP proxy documentation for node.js.

R
RainbowPanda78
Junior Member
35
10-11-2025, 02:39 AM
#8
You can find alternatives by searching online, such as noip.com free.
R
RainbowPanda78
10-11-2025, 02:39 AM #8

You can find alternatives by searching online, such as noip.com free.

M
MinecraftTrep
Junior Member
47
10-21-2025, 10:28 PM
#9
I attempted this, but I encountered an EADDRNOTAVAIL issue when running the code.
M
MinecraftTrep
10-21-2025, 10:28 PM #9

I attempted this, but I encountered an EADDRNOTAVAIL issue when running the code.

B
BlackAce_44
Member
52
10-29-2025, 09:19 PM
#10
I don't need a DNS provider.
B
BlackAce_44
10-29-2025, 09:19 PM #10

I don't need a DNS provider.

Pages (2): 1 2 Next