Author Topic: How can I get more than 32 people on my dedicated server?  (Read 1513 times)

I've seen some of the servers that have to be paid for have up to 100 people.
I want to know if my normal Dedi can do the same.
If I can shut down some other programs on my PC, I'm guessing it would work out.
If it's possible, can anyone tell me?

You can do it with a normal dedi, however I am not completely sure.

I believe it has to do with setting the port you are using in Advanced options higher.

Correct me if wrong.

I think it's a console command.

$Pref::Server::MaxPlayers = 100

Enter this in the console.

$Pref::Server::MaxPlayers = 100

Enter this in the console.

Thanks.
Lets see how much stress my PC can handle.

I just realized, you need a semi-colon at the end of that, don't know what I was thinking.

$Pref::Server::MaxPlayers = 100
Thats wrong. its
$Pref::Server::MaxPlayers=64;

Thats wrong. its
$Pref::Server::MaxPlayers=64;

The number does not matter, it matters for how many people your server can hold.

The number does not matter, it matters for how many people your server can hold.
The semi-colon.


The semi-colon.

I was talking about how much a server can hold up to. We all know the semi colon is needed.

Does the server have to be dedicated to do this?

Does the server have to be dedicated to do this?

I don't think so, then again, I could be wrong.

Does the server have to be dedicated to do this?
No, not really, but dedicated servers are almost always better than a client-server.

No, not really, but dedicated servers are almost always better than a client-server.

Except when people complain that the dupe doesn't work on dedicated servers, which I don't know if this is true or not.