๐Ÿ’ปWeb Radar Set Up

Dont ask us for support on this

๐Ÿ“ก EZRadarMenu โ€“ Radar Server Setup Guide (English Translation)


โš™๏ธ Tab: 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 for AllowTcpForwarding 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

Mode
Use Case
SSH Required
More Secure?

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