Sorry if wrong forum, new to this.
If I get a server with a 50 player limit (3 GB RAM) , can I force a 25 player cap? I am thinking about performance issues. Currently on a 25 player server (2 GM RAM) and we constantly crash from memory issues.
Thanks.
Limit Connections To Server
-
- New to forums
- Posts: 4
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Aug 30, 2016 5:42 am
- crashmultiz
- New to forums
- Posts: 12
- Joined: Tue Aug 16, 2016 9:50 pm
- Location: United States, California
Re: Limit Connections To Server
what game are you talkin about?
Re: Limit Connections To Server
Rust.
I realize the crashes may be mod induced but I am asking about limiting the number of players in a Rust server.
Thanks.
I realize the crashes may be mod induced but I am asking about limiting the number of players in a Rust server.
Thanks.
Re: Limit Connections To Server
I don't believe you'll be able to do this natively, but you should be able to use an Oxide plugin to reject players after a certain amount of slots are filled.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Re: Limit Connections To Server
Thanks!
Re: Limit Connections To Server
Just add to the startup command line
+server.maxplayers 25
or the server.cfg file
server.maxplayers 25
+server.maxplayers 25
or the server.cfg file
server.maxplayers 25
Re: Limit Connections To Server
Cool, thank you.