RyanCT3

RCON Tool Not working.

10 posts in this topic

In my  A3DS\BattlEye\beserver.cfg file I have

"RConPassword XXXXXX
RConIP 167.114.101.193
RConPort 2312
MaxPing 600"

I thought this was correct.

I typed in in my EMP RCON correctly, yet it still says "Could not connect to server!"

Can someone please help me?

All help is appreciated.

Share this post


Link to post
Share on other sites
Advertisement

exile_server_config\config.cpp also needs to be passworded

    class RCON
    {
        /*
            Note that for this to work you need to have serverCommandPassowrd defined in config.cfg and BE enabled
        */

        // This needs to match config.cfg serverCommandPassword
        serverPassword = "XXXXXXXXXXXX";

        // Autolocks server until its ready to accept players
        useAutoLock = 1;

        // Server will autoLock at that time before restart (minutes)
        restartAutoLock = 3;

Share this post


Link to post
Share on other sites
4 hours ago, hogansheroes said:

exile_server_config\config.cpp also needs to be passworded

    class RCON
    {
        /*
            Note that for this to work you need to have serverCommandPassowrd defined in config.cfg and BE enabled
        */

        // This needs to match config.cfg serverCommandPassword
        serverPassword = "XXXXXXXXXXXX";

        // Autolocks server until its ready to accept players
        useAutoLock = 1;

        // Server will autoLock at that time before restart (minutes)
        restartAutoLock = 3;

Still isn't working.

Can someone go on a Google Hangout with me and I screenshare and help me fix this, it's been an ongoing issue.

Share this post


Link to post
Share on other sites
1 hour ago, bustednuts said:

If  you used the install directions to  get your server running you need to put your battleye info in the other folder as well . If you still having problems i can help you.

Still having issues

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.