(08-17-2019, 05:39 PM)roy79482 Wrote: Control Panel:- Open Game Panel
OS:- Centos 7 ( Linux )
Game Server:- SAMP
Game Server Is Running But Not Responding....
If it is a new VPS installation for OGP, many people ignore installing "libstdc.so.6++" which is required to run the SAMP server. If that package is missing, the OGP will show the server to be "active" but not "querying" because the server isn't really active.
Also, try checking server_logs.txt if you might find a clue.
To install libstdc.so.6+-+, use
yum install libstdc.so.6++
Other than that, HR has already covered other essential points that can be causing this issue.