Automatic Rcon Authentication?

AscelonAscelon Join Date: 2004-02-29 Member: 26969Members
I was wondering if anyone knows a plugin or a way to have automatich RCON authentication so whenever I log to my server I'm already authed by my steamid and I don't have to enter the rcon_password all the time I can to use rcon commands. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->

Help is appriciated.

Thanks & Regards

Comments

  • MilitaryPoliceMilitaryPolice Join Date: 2003-10-12 Member: 21623Members
    If you use AMX, you have to make sure you have set access to it, then all you gotta do in game is type:

    amx_rcon "command"
  • SatertekSatertek Join Date: 2002-12-22 Member: 11372Members, Constellation, Reinforced - Supporter
    edited May 2004
    Adminmod and AMX have an admin_rcon or amx_rcon command, thats the only way I can think of for doing that. And just add your steamid to the users list without passwords.

    Adminmod:
    STEAM_0:0:0::121356
    AMX:
    "STEAM_0:0:0" "" "abcdefghijklmnopqrstu" "ce"
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    <!--QuoteBegin-Ascelon+May 2 2004, 12:12 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Ascelon @ May 2 2004, 12:12 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->I was wondering if anyone knows a plugin or a way to have automatich RCON authentication so whenever I log to my server I'm already authed by my steamid and I don't have to enter the rcon_password all the time I can to use rcon commands. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->

    Help is appriciated.

    Thanks & Regards<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    Quite simply, put this line <i>rcon_password "passwordgoeshere"</i> in your server.cfg

    In your client's config.cfg found in your C:\Program Files\Steam\SteamApps\emailaddress\half-life\nsp directory add this line "exec userconfig.cfg" without the quote marks.

    Create a userconfig.cfg and place it in the above-mentioned nsp folder, and in this config add this line <i>rcon_password "passwordgoeshere"</i>

    Now everytime you enter your server your rcon will work without having to enter the rcon password manually.
Sign In or Register to comment.