Counter-Strike 2

Counter-Strike 2

View Stats:
Lind Nov 2, 2015 @ 3:59pm
Need help with RCON password, trying to host my own server.
Hosting a CSGO server but cant become the Operator and change the server settings since i just cant grasp this rcon password thing. Online i look everywhere and people are acting like everyone has one and everyone should know what it is. I have spent a long time trying to make a server now and this stops me. I have tryed alot of things but i just dont get it. Where can i find this rcon password and how do i use it? PLEASE HELP! :steamsad:
< >
Showing 1-15 of 20 comments
RevUpNL Nov 2, 2015 @ 4:01pm 
isn;t it something like rcon_password and then the password in console?

Catmality Nov 2, 2015 @ 4:02pm 
if your hosting your own server for a couple friends, just use the ingame server thingy
if your hosting your own server for like, bhop or w/e, i think you need dedicated servers and stuff
Lind Nov 2, 2015 @ 4:03pm 
Yea but the problem is i dont have a rcon password, or i just dont know where to find it. How can i type my rcon password if i dont have one? XD :steamsad:
Lind Nov 2, 2015 @ 4:04pm 
Yea i have made a dedicated server for scrimming with my team vs other teams. But where do i find the servers rcon_password?
Can anyone tell me? I have all the server files and own the whole server. I dont get why i sould'nt be able to use it.
dave Nov 2, 2015 @ 4:05pm 
Originally posted by JOPN:
Yea but the problem is i dont have a rcon password, or i just dont know where to find it. How can i type my rcon password if i dont have one? XD :steamsad:
Find the server.cfg file or something similar. It's probably being set in there.
Last edited by dave; Nov 2, 2015 @ 4:05pm
Lind Nov 2, 2015 @ 4:05pm 
I have looked for that server.cfg after seeing people talk about it online but i cant seem to find one or have one
Catmality Nov 2, 2015 @ 4:05pm 
Originally posted by JOPN:
Yea i have made a dedicated server for scrimming with my team vs other teams. But where do i find the servers rcon_password?
Can anyone tell me? I have all the server files and own the whole server. I dont get why i sould'nt be able to use it.
look in the server.cfg file then, like focus said before i could
Lind Nov 2, 2015 @ 4:06pm 
How do i make one and where do i put it?
Catmality Nov 2, 2015 @ 4:06pm 
Originally posted by JOPN:
I have looked for that server.cfg after seeing people talk about it online but i cant seem to find one or have one
so your using a dedicated server, yes?
Lind Nov 2, 2015 @ 4:07pm 
Lind Nov 2, 2015 @ 4:07pm 
Im loving all the help btw <3 to you guys
Lind Nov 2, 2015 @ 4:08pm 
But can i make my own server.cfg? and where sould i put it/ sould it be found?
Catmality Nov 2, 2015 @ 4:13pm 
Originally posted by JOPN:
But can i make my own server.cfg? and where sould i put it/ sould it be found?
Yes.
I am about to post what you should copy

// read in any bans. this needs to be done at the start to give the server
// time to process them before we ask them to be written back out.
exec banned_user.cfg
exec banned_ip.cfg

hostname "teamBYE - Classic/Custom Competitive [NYC - FASTDL]"
rcon_password "not_going_to_give_this_out"
sv_password ""

sv_downloadurl "http://bye.site.nfoservers.com/csgo"
sv_allowdownload 1
sv_allowupload 1

//The amount of time players are frozen to buy items
mp_freezetime 5
//The amount of time players can join teams after a round has started
mp_join_grace_time 15
// Defines whether a map should be restarted after a game has ended
mp_match_end_restart 0
sv_cheats 0
sv_lan 0


// These are important for performance reasons. FPS needs to be 0
// in order to maintain a high FPS (the default is 300) and therefore
// prevent missed ticks; having a high sv_minrate makes sure that
// clients don't get choke.
fps_max 0
sv_minrate 128000
sv_maxrate 0
// We could also require clients to have a high cmdrate here,
// so that they have a smoother gameplay experience.
// 128 is the maximum supported by the engine.
sv_mincmdrate 128
// The engine does not support sv_minupdaterate as of 8/23/2012.
// This is unlike CS:S.

// bot-related commands
bot_difficulty 2
bot_chatter "off"
bot_join_after_player 1
bot_quota 0
bot_quota_mode "fill"

// write out any bans
writeid
writeip

// further settings can be adjusted in "cfg/autoexec.cfg" and "gametypes.txt".
// "cfg/autoexec.cfg" is used to define the default map, mapcycle, and game
// mode, and "gametypes.txt" can be used to define settings like the ones
// above, and others, on a finer-grained level, as well as to set up the
// "map groups", which determine which maps are played for each game mode.
sv_region 0
log 1

Change rcon_password to something. leave everyhting else as is
Last edited by Catmality; Nov 2, 2015 @ 4:14pm
Lind Nov 2, 2015 @ 4:14pm 
Originally posted by Catmality:
Originally posted by JOPN:
But can i make my own server.cfg? and where sould i put it/ sould it be found?
Yes.
I am about to post what you should copy

// read in any bans. this needs to be done at the start to give the server
// time to process them before we ask them to be written back out.
exec banned_user.cfg
exec banned_ip.cfg

hostname "teamBYE - Classic/Custom Competitive [NYC - FASTDL]"
rcon_password "not_going_to_give_this_out"
sv_password ""

sv_downloadurl "http://bye.site.nfoservers.com/csgo"
sv_allowdownload 1
sv_allowupload 1

//The amount of time players are frozen to buy items
mp_freezetime 5
//The amount of time players can join teams after a round has started
mp_join_grace_time 15
// Defines whether a map should be restarted after a game has ended
mp_match_end_restart 0
sv_cheats 0
sv_lan 0


// These are important for performance reasons. FPS needs to be 0
// in order to maintain a high FPS (the default is 300) and therefore
// prevent missed ticks; having a high sv_minrate makes sure that
// clients don't get choke.
fps_max 0
sv_minrate 128000
sv_maxrate 0
// We could also require clients to have a high cmdrate here,
// so that they have a smoother gameplay experience.
// 128 is the maximum supported by the engine.
sv_mincmdrate 128
// The engine does not support sv_minupdaterate as of 8/23/2012.
// This is unlike CS:S.

// bot-related commands
bot_difficulty 2
bot_chatter "off"
bot_join_after_player 1
bot_quota 0
bot_quota_mode "fill"

// write out any bans
writeid
writeip

// further settings can be adjusted in "cfg/autoexec.cfg" and "gametypes.txt".
// "cfg/autoexec.cfg" is used to define the default map, mapcycle, and game
// mode, and "gametypes.txt" can be used to define settings like the ones
// above, and others, on a finer-grained level, as well as to set up the
// "map groups", which determine which maps are played for each game mode.
sv_region 0
log 1

THANKS! :D Where sould i put it and how can i make my server use it?
Catmality Nov 2, 2015 @ 4:18pm 
You should put it in

(example)
E:\Steam Games\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg
Last edited by Catmality; Nov 2, 2015 @ 4:18pm
< >
Showing 1-15 of 20 comments
Per page: 1530 50

Date Posted: Nov 2, 2015 @ 3:59pm
Posts: 20