Openkore Ragnarok Classic

Indonesia

Moderator: Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) maybe outdated. Read the wiki for instructions on how to update those information and please contribute when you obtain them. Contact Cozzie to join the team as a regular server supporter.
helpbruh
Noob
Noob
Posts: 9
Joined: 22 Dec 2021, 22:25
Noob?: Yes

Re: Openkore Ragnarok Classic

#321 Post by helpbruh »

day 6 waiting someone cracking new gameguard
robocop
Noob
Noob
Posts: 7
Joined: 31 Jan 2025, 08:13
Noob?: Yes
RO Server: IdRO

Re: Openkore Ragnarok Classic

#322 Post by robocop »

ilhamap16 wrote: 07 Feb 2025, 19:43 tutorial broo please
robocop wrote: 07 Feb 2025, 12:49 I could bypass that No Msg box and run openkore using nssm for poseidon server, but after 1 minute that no msg box came again lol
Download NSSM, open Poseidon from NSSM, Poseidon become service, open bot client, enter random username password, pick character. But it only last for 30 secs - 1 minute
robocop
Noob
Noob
Posts: 7
Joined: 31 Jan 2025, 08:13
Noob?: Yes
RO Server: IdRO

Re: Openkore Ragnarok Classic

#323 Post by robocop »

helpbruh wrote: 09 Feb 2025, 20:32 day 6 waiting someone cracking new gameguard
Let's ask chatgpt, maybe he can help us. Some of you maybe have better prompting than I.
abdirifa
Noob
Noob
Posts: 19
Joined: 11 Dec 2024, 05:13
Noob?: Yes

Re: Openkore Ragnarok Classic

#324 Post by abdirifa »

Ircmage wrote: 03 Jan 2025, 23:46
MutsuZ wrote: 03 Jan 2025, 22:32
Ircmage wrote: 03 Jan 2025, 16:01

Check your port config.txt poseidon.txt and clientinfo.xml
my config.txt
Screenshot_4.png
poseidon.txt
Screenshot_5.png
and clientinfo.xml
Screenshot_6.png
your config for poseidonPort should follow queryserver_port 24390
brother,
can you teach me private on discord?
so that the bot can connect again after updating the game guard?
gubrak
Noob
Noob
Posts: 11
Joined: 22 Jan 2025, 05:21
Noob?: Yes

Re: Openkore Ragnarok Classic

#325 Post by gubrak »

abdirifa wrote: 09 Feb 2025, 23:23
Ircmage wrote: 03 Jan 2025, 23:46
MutsuZ wrote: 03 Jan 2025, 22:32

my config.txt
Screenshot_4.png
poseidon.txt
Screenshot_5.png
and clientinfo.xml
Screenshot_6.png
your config for poseidonPort should follow queryserver_port 24390
brother,
can you teach me private on discord?
so that the bot can connect again after updating the game guard?
he answer question at 03 jan 2025 bro
helpbruh
Noob
Noob
Posts: 9
Joined: 22 Dec 2021, 22:25
Noob?: Yes

Re: Openkore Ragnarok Classic

#326 Post by helpbruh »

robocop wrote: 09 Feb 2025, 20:44
helpbruh wrote: 09 Feb 2025, 20:32 day 6 waiting someone cracking new gameguard
Let's ask chatgpt, maybe he can help us. Some of you maybe have better prompting than I.
auto delete when i put gameguard HAHAHAH
zieldanes
Noob
Noob
Posts: 6
Joined: 18 Dec 2024, 23:14
Noob?: Yes

Re: Openkore Ragnarok Classic

#327 Post by zieldanes »

I got a clue from a person who has run the bot smoothly without disconnecting.
he gave a clue “PROXY”
but until this moment I haven't found a way

already using NSSM even various kinds of proxy applications are still detected
then Hamachi is still the same

please give me another clue
PM me if you don't want others to know :)
robocop
Noob
Noob
Posts: 7
Joined: 31 Jan 2025, 08:13
Noob?: Yes
RO Server: IdRO

Re: Openkore Ragnarok Classic

#328 Post by robocop »

zieldanes wrote: 10 Feb 2025, 18:15 I got a clue from a person who has run the bot smoothly without disconnecting.
he gave a clue “PROXY”
but until this moment I haven't found a way

already using NSSM even various kinds of proxy applications are still detected
then Hamachi is still the same

please give me another clue
PM me if you don't want others to know :)
🔹 Solution: Route Poseidon's Traffic Through a Proxy
A. Use a SOCKS5 Proxy for Poseidon
Since GameGuard likely monitors connections from the Ragnarok client, we can run Poseidon through a SOCKS5 proxy so GameGuard doesn’t detect it.

Steps:
1️⃣ Download and Install Proxifier (or use redsocks on Linux).
2️⃣ Find or Set Up a SOCKS5 Proxy:

You can set up a local SOCKS5 proxy using an SSH tunnel:
sql
Copy code
ssh -D 1080 -N -f user@your-ssh-server
Or use a public/private SOCKS5 proxy.
3️⃣ Route Poseidon’s Traffic Through the Proxy
Open Proxifier → Profile → Proxy Servers → Add
Add 127.0.0.1:1080 (if using SSH) or your proxy’s IP/port.
In Proxification Rules, set Poseidon.exe to use the proxy.
4️⃣ Restart Poseidon and check if it bypasses GameGuard.


B. Change Poseidon’s Port & IP
GameGuard might block Poseidon by detecting its specific ports/IPs.

Steps:
1️⃣ Edit Poseidon's Configuration File (poseidon.txt)

Change the default ports (6901, 5121, 6121) to random high ports, e.g., 17200, 18450.
2️⃣ Edit Ragnarok Client Settings
If the client connects to Poseidon using 127.0.0.1, change it to another local IP (192.168.x.x).
3️⃣ Restart Everything


C. Use a VPN for Poseidon
Instead of a proxy, you can put Poseidon behind a VPN so GameGuard cannot detect its traffic.

Steps:
1️⃣ Install OpenVPN or WireGuard on the Poseidon Server.
2️⃣ Route Poseidon's traffic through the VPN.
3️⃣ Make sure the Ragnarok client still connects to Poseidon using the correct IP.


D. Use a Reverse Proxy (Advanced Method)
If GameGuard is detecting Poseidon by deep-packet inspection, a reverse proxy like HAProxy or Nginx can make Poseidon traffic look like normal Ragnarok traffic.

Steps:
1️⃣ Set up an Nginx or HAProxy server.
2️⃣ Configure it to forward traffic to Poseidon.
3️⃣ Make the Ragnarok client connect to the proxy instead of Poseidon directly.


🔹 Summary
✅ SOCKS5 Proxy (via Proxifier) hides Poseidon's traffic.
✅ Changing Poseidon's Port & IP makes it less detectable.
✅ Using a VPN for Poseidon masks its traffic.
✅ A Reverse Proxy can make Poseidon traffic look like normal Ragnarok server traffic.

💡 Try these methods and let me know what works!
ragnaslave
Noob
Noob
Posts: 2
Joined: 06 Feb 2025, 07:31
Noob?: No
RO Server: idRO

Re: Openkore Ragnarok Classic

#329 Post by ragnaslave »

robocop wrote: 10 Feb 2025, 20:32
zieldanes wrote: 10 Feb 2025, 18:15 I got a clue from a person who has run the bot smoothly without disconnecting.
he gave a clue “PROXY”
but until this moment I haven't found a way

already using NSSM even various kinds of proxy applications are still detected
then Hamachi is still the same

please give me another clue
PM me if you don't want others to know :)
🔹 Solution: Route Poseidon's Traffic Through a Proxy
A. Use a SOCKS5 Proxy for Poseidon
Since GameGuard likely monitors connections from the Ragnarok client, we can run Poseidon through a SOCKS5 proxy so GameGuard doesn’t detect it.

Steps:
1️⃣ Download and Install Proxifier (or use redsocks on Linux).
2️⃣ Find or Set Up a SOCKS5 Proxy:

You can set up a local SOCKS5 proxy using an SSH tunnel:
sql
Copy code
ssh -D 1080 -N -f user@your-ssh-server
Or use a public/private SOCKS5 proxy.
3️⃣ Route Poseidon’s Traffic Through the Proxy
Open Proxifier → Profile → Proxy Servers → Add
Add 127.0.0.1:1080 (if using SSH) or your proxy’s IP/port.
In Proxification Rules, set Poseidon.exe to use the proxy.
4️⃣ Restart Poseidon and check if it bypasses GameGuard.


B. Change Poseidon’s Port & IP
GameGuard might block Poseidon by detecting its specific ports/IPs.

Steps:
1️⃣ Edit Poseidon's Configuration File (poseidon.txt)

Change the default ports (6901, 5121, 6121) to random high ports, e.g., 17200, 18450.
2️⃣ Edit Ragnarok Client Settings
If the client connects to Poseidon using 127.0.0.1, change it to another local IP (192.168.x.x).
3️⃣ Restart Everything


C. Use a VPN for Poseidon
Instead of a proxy, you can put Poseidon behind a VPN so GameGuard cannot detect its traffic.

Steps:
1️⃣ Install OpenVPN or WireGuard on the Poseidon Server.
2️⃣ Route Poseidon's traffic through the VPN.
3️⃣ Make sure the Ragnarok client still connects to Poseidon using the correct IP.


D. Use a Reverse Proxy (Advanced Method)
If GameGuard is detecting Poseidon by deep-packet inspection, a reverse proxy like HAProxy or Nginx can make Poseidon traffic look like normal Ragnarok traffic.

Steps:
1️⃣ Set up an Nginx or HAProxy server.
2️⃣ Configure it to forward traffic to Poseidon.
3️⃣ Make the Ragnarok client connect to the proxy instead of Poseidon directly.


🔹 Summary
✅ SOCKS5 Proxy (via Proxifier) hides Poseidon's traffic.
✅ Changing Poseidon's Port & IP makes it less detectable.
✅ Using a VPN for Poseidon masks its traffic.
✅ A Reverse Proxy can make Poseidon traffic look like normal Ragnarok server traffic.

💡 Try these methods and let me know what works!
Hi, thank you so much. For point B & C, I think it's the easiest way. Can you share the details for it? How do we install VPN on Poseidon server?
Last edited by ragnaslave on 10 Feb 2025, 22:51, edited 1 time in total.
sansan
Noob
Noob
Posts: 4
Joined: 11 Feb 2025, 01:45
Noob?: Yes

Re: Openkore Ragnarok Classic

#330 Post by sansan »

robocop wrote: 10 Feb 2025, 20:32
zieldanes wrote: 10 Feb 2025, 18:15 I got a clue from a person who has run the bot smoothly without disconnecting.
he gave a clue “PROXY”
but until this moment I haven't found a way

already using NSSM even various kinds of proxy applications are still detected
then Hamachi is still the same

please give me another clue
PM me if you don't want others to know :)
🔹 Solution: Route Poseidon's Traffic Through a Proxy
A. Use a SOCKS5 Proxy for Poseidon
Since GameGuard likely monitors connections from the Ragnarok client, we can run Poseidon through a SOCKS5 proxy so GameGuard doesn’t detect it.

Steps:
1️⃣ Download and Install Proxifier (or use redsocks on Linux).
2️⃣ Find or Set Up a SOCKS5 Proxy:

You can set up a local SOCKS5 proxy using an SSH tunnel:
sql
Copy code
ssh -D 1080 -N -f user@your-ssh-server
Or use a public/private SOCKS5 proxy.
3️⃣ Route Poseidon’s Traffic Through the Proxy
Open Proxifier → Profile → Proxy Servers → Add
Add 127.0.0.1:1080 (if using SSH) or your proxy’s IP/port.
In Proxification Rules, set Poseidon.exe to use the proxy.
4️⃣ Restart Poseidon and check if it bypasses GameGuard.


B. Change Poseidon’s Port & IP
GameGuard might block Poseidon by detecting its specific ports/IPs.

Steps:
1️⃣ Edit Poseidon's Configuration File (poseidon.txt)

Change the default ports (6901, 5121, 6121) to random high ports, e.g., 17200, 18450.
2️⃣ Edit Ragnarok Client Settings
If the client connects to Poseidon using 127.0.0.1, change it to another local IP (192.168.x.x).
3️⃣ Restart Everything


C. Use a VPN for Poseidon
Instead of a proxy, you can put Poseidon behind a VPN so GameGuard cannot detect its traffic.

Steps:
1️⃣ Install OpenVPN or WireGuard on the Poseidon Server.
2️⃣ Route Poseidon's traffic through the VPN.
3️⃣ Make sure the Ragnarok client still connects to Poseidon using the correct IP.


D. Use a Reverse Proxy (Advanced Method)
If GameGuard is detecting Poseidon by deep-packet inspection, a reverse proxy like HAProxy or Nginx can make Poseidon traffic look like normal Ragnarok traffic.

Steps:
1️⃣ Set up an Nginx or HAProxy server.
2️⃣ Configure it to forward traffic to Poseidon.
3️⃣ Make the Ragnarok client connect to the proxy instead of Poseidon directly.


🔹 Summary
✅ SOCKS5 Proxy (via Proxifier) hides Poseidon's traffic.
✅ Changing Poseidon's Port & IP makes it less detectable.
✅ Using a VPN for Poseidon masks its traffic.
✅ A Reverse Proxy can make Poseidon traffic look like normal Ragnarok server traffic.

💡 Try these methods and let me know what works!
i was used proxifier, but still disconnecting.
please teach me bro