๐ปWeb Radar Set Up
Dont ask us for support on this
๐ก EZRadarMenu โ Radar Server Setup Guide (English Translation)

โ๏ธ Tab: Radar Setting
Radar Setting
This section allows you to connect the radar tool to either:
A remote Linux server (VPS) via SSH (recommended for separation/security), or
Your local machine (127.0.0.1)
๐งท Option 1: Remote Server (SSH Tunnel Mode)
Use this if your radar is running on a remote VPS or another machine on your network.
๐ Field-by-Field Explanation (Top Screenshot):
Field Name (CN)
Translation
Instructions
ๆๅกๅจๅฐๅ
Server IP Address
Enter the public IP of your radar server (e.g. 123.45.67.89
)
็ซฏๅฃๅท
SSH Port
Default is 22, unless your server uses a custom port
็จๆทๅ
Username
Usually root for most VPS providers. Change if needed
ๅฏ็
Password
Input the SSH login password for the server
ๆฌๅฐ่ฝฌๅ็ซฏๅฃ
Local Forward Port
Set a port between 1000โ65534 (e.g. 27136
). This is the port your local app will connect to
ๅผๅฏ้ท่พพ
Enable Radar (Toggle)
Toggle on after filling in all the fields
โ
Requirements:
Your radar server must be running a radar backend (either a radar binary or web service).
Port 22 must be open on the server (or your custom SSH port).
The server must allow TCP forwarding (check
/etc/ssh/sshd_config
forAllowTcpForwarding yes
).You must know the internal port that your radar is serving on (the tool handles local port forwarding to it).
๐งช Optional Debug Tip:
If the radar does not load, open a terminal on your local PC and test with:
bashCopyEditcurl http://127.0.0.1:27136
If you donโt get a response, either the tunnel isn't set up properly, or the server's radar service isnโt running or listening.
๐ฅ๏ธ Option 2: Localhost (127.0.0.1 Mode)
Use this if the radar server is running on the same machine as the cheat menu.
โ๏ธ Field-by-Field Explanation (Bottom Screenshot):
Field Name (CN)
Translation
Instructions
ๆๅกๅจๅฐๅ
Server IP Address
Leave as 127.0.0.1
โ this points to your own PC
ๆฌๅฐ่ฝฌๅ็ซฏๅฃ
Local Radar Port
Enter the port where your local radar backend is running (e.g. 17116
)
็จๆทๅ/ๅฏ็
Username/Password
Not required for local connections โ leave empty
ๅฏ็จๆ้ฎ
Enable Radar Button
Click the bottom right button to apply settings and start connection
โ
Requirements:
You must already have a radar server running locally and listening on the port you enter.
No SSH is needed, since it's a direct local connection.
This is simpler to set up but less secure if you're combining cheat + radar on one PC.
๐ Summary of Modes
Remote (SSH)
Radar on VPS/server
โ Yes
โ Yes
Localhost
Radar running on same PC
โ No
โ No
๐ Example Remote Setup
If your radar server is running on a remote VPS:
IP:
45.77.123.111
SSH port:
22
Username:
root
Password:
your_vps_pass
Radar service on server listening at port
5000
Local port (tunnel):
27136
In the cheat tool:
Server IP:
45.77.123.111
SSH Port:
22
Username:
root
Password:
your_vps_pass
Forwarded Port:
27136
Then visit http://127.0.0.1:27136
locally โ the tool will forward traffic from this local port to the server radar.
Last updated