Some users have reported that when using RackNerd’s $10.28/year US VPS, the remote terminal experience can feel very laggy—commands respond slowly and characters may drop or delay. This is mainly due to high latency and packet loss when accessing overseas VPS from China. In particular, very cheap VPS plans often use lower-quality routing, which significantly affects the user experience.
RackNerd official website:
RackNerd – Introducing Infrastructure Stability
So what can you do to fix it?
The answer is: use SSH proxy acceleration to optimize routing paths!
This article explains how to use SSH ProxyJump (jump host) or a local SOCKS proxy to speed up SSH connections and significantly improve responsiveness.
1. Why is it lagging?
Main reasons include:
- Routed network paths are inefficient: Traffic from China to the US often takes indirect routes.
- Low-cost VPS use weaker bandwidth: Many RackNerd budget plans are not CN2 GIA optimized.
- Your local ISP adds latency: Mobile and some ISP networks may introduce extra delay and packet loss.
2. Solution: Use proxy routing to bypass poor direct connections
There are two main ways to improve SSH performance:
Method 1: Use a Jump Server (ProxyJump)
Principle: You use a nearby VPS (Hong Kong, Japan, or domestic server) as a relay node, then connect from it to your RackNerd VPS. This reduces network detours and improves stability.
Steps:
- Prepare a low-latency intermediate VPS (Hong Kong, Japan, or local cloud server).
- Edit your SSH config file:
Edit ~/.ssh/config and add:
Host racknerd
HostName YOUR_RACKNERD_IP
User root
Port 22
ProxyJump user@INTERMEDIATE_VPS_IP
Then connect using:
ssh racknerd
After setup, SSH traffic will be routed through the jump server, significantly improving responsiveness.
Method 2: Use a Local SOCKS Proxy (Recommended for daily use)
Principle: Use a local proxy tool (Clash, V2RayN, etc.) and route SSH traffic through a SOCKS proxy to bypass poor routing.
Steps:
- Ensure you have a proxy tool (Clash / V2RayN) running.
- Make sure SOCKS proxy is enabled (e.g., 127.0.0.1:1080).
- Connect using:
ssh -o ProxyCommand="nc -x 127.0.0.1:1080 %h %p" root@YOUR_RACKNERD_IP
On macOS/Linux, you can also use ProxyChains for easier management.
3. Additional optimization tips
- Use Mosh instead of SSH: More stable under high latency networks.
- Choose better routing VPS: Such as CN2 GIA, Hong Kong, or Japan nodes.
- Avoid peak hours: Evening (8–11 PM) often has higher congestion.
4. FAQ
Q: Where should I buy a ProxyJump relay VPS?
A: Hong Kong, Japan, South Korea, or Taiwan are recommended due to low latency. You can also use domestic cloud providers like Alibaba Cloud or Tencent Cloud lightweight servers.
Q: Is SOCKS proxy safe for SSH?
A: Yes. SSH traffic is encrypted end-to-end, so using a SOCKS proxy does not compromise security.
Q: Why is SSH still laggy after setup?
A: The issue may be due to poor proxy node quality or insufficient bandwidth on the relay server. Try switching nodes.
5. Conclusion
Low-cost VPS plans do come with network limitations, but by properly configuring SSH proxy acceleration, you can significantly improve usability and responsiveness.
If you use RackNerd or other budget VPS providers, these methods can greatly reduce “laggy terminal input” issues and improve your overall experience.
Below are some RackNerd budget VPS plans:
| Architecture | CPU | RAM | Disk | Traffic | Price | Link |
| KVM | 1 Core | 768MB | 10GB | 1TB / 1Gbps | $10.28/year | Buy |
| KVM | 1 Core | 1GB | 17GB | 3TB / 1Gbps | $10.98/year | Buy |
| KVM | 1 Core | 1GB | 20GB | 1.5TB / 1Gbps | $10.99/year | Buy |
| KVM | 1 Core | 1GB | 24GB | 2TB / 1Gbps | $11.29/year | Buy |
| KVM | 1 Core | 1.5GB | 30GB | 3TB / 1Gbps | $16.88/year | Buy |
| KVM | 1 Core | 2GB | 40GB | 3.5TB / 1Gbps | $18.29/year | Buy |
| KVM | 2 Core | 2.5GB | 40GB | 3TB / 1Gbps | $18.93/year | Buy |
| KVM | 2 Core | 3GB | 60GB | 5.5TB / 1Gbps | $27.89/year | Buy |
| KVM | 3 Core | 3.5GB | 36GB | 5TB / 1Gbps | $30.19/year | Buy |
| KVM | 1 Core | 1GB | 20GB | 2TB / 1Gbps | $32/year | Buy |









