Xonotic Forums
Server won't let more than 1 connect at a time - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: Server won't let more than 1 connect at a time (/showthread.php?tid=6311)



Server won't let more than 1 connect at a time - nightspawn9911 - 07-18-2016

So I am hosting a Xonotic server with Amazon and it works for the most part but I noticed something the other day that caught me off guard. When me and a friend try to connect to the server at the same time only one of us will connect the other will have to wait a few seconds then try again... But if we try this with someone else's server we both go through no problem. Any ideas how to fix this?


RE: Server won't let more than 1 connect at a time - end user - 07-18-2016

Do you know what is says in the sever or game console when that happens?


RE: Server won't let more than 1 connect at a time - kwakkiezalf - 07-19-2016

What is your server settings on amount of players which can join?

Kwakkie


RE: Server won't let more than 1 connect at a time - nightspawn9911 - 07-19-2016

(07-19-2016, 12:41 AM)kwakkiezalf Wrote: What is your server settings on amount of players which can join?

Kwakkie

We have it set to 16. And it will allow more than one to play at the same time we just can't connect at the same time. One player has to connect and the other has to wait a minute or so before connecting.

(07-19-2016, 09:15 AM)nightspawn9911 Wrote:
(07-19-2016, 12:41 AM)kwakkiezalf Wrote: What is your server settings on amount of players which can join?

Kwakkie

We have it set to 16. And it will allow more than one to play at the same time we just can't connect at the same time. One player has to connect and the other has to wait a minute or so before connecting.

Wait, I know there's a setting that dictates the number of people that can play at any given time but is there also a setting that decides how many people can connect at the same time?


RE: Server won't let more than 1 connect at a time - kwakkiezalf - 07-19-2016

maxplayers?
check here also
http://xonotic.org/tools/cacs/#0a/0/connect

Kwakkie


RE: Server won't let more than 1 connect at a time - nightspawn9911 - 07-19-2016

(07-19-2016, 02:24 PM)kwakkiezalf Wrote: maxplayers?
check here also
http://xonotic.org/tools/cacs/#0a/0/connect

Kwakkie

I couldn't find anything of use. Was there something specific you wanted me to see? My maxplayers is set to 16 but I don't think that is the problem, it has to be something else..


RE: Server won't let more than 1 connect at a time - BuddyFriendGuy - 08-01-2016

If you can paste your server.cfg into a pastebin for us to check for you (you can remove your password if you set any), it'd be easier for us to spot problems.

There are two variables. I only set the second one and leave the first one as default. I'm not sure how they differ though.

Code:
//maxplayers 0
g_maxplayers 16



RE: Server won't let more than 1 connect at a time - Mario - 08-02-2016

maxplayers is the maximum number of slots open on the server, and can only be changed via server restart or the "map" command (which kicks everyone).
g_maxplayers is the maximum players at a time, the rest are forced to spectate.