Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The way it works is that when you launch a server, the other servers will check if they can connect to your new server. If they can't, they will not list you.
It's probably a firewall issue, you need to port forward the game port and the comm port. Those are ports 44466 UDP and 23466 TCP respectively.
This is not something I would expect the average player be able to do, this is why we have official servers.
I know people can connect to me directly if I give them my IP, that's all working fine. Although I also have the comm port 23466 open and it's still not listed on the server list.
For me it's not that important, just saying what experience I am having to squash any bugs.
With port 23466 open, if I go the the location on the web browser I just get a "Bad Request (Invalid Host)". Is this because I am not specifically using the dedicated server program and it wont work with the host setting the game menu?
I'm using the Linux version of the game.
Now that is some very interesting information.
You're right, it's not supposed to give a 401. It is supposed to give you a little landing page instead. That indicates to me that there's something going wrong with the HTTP server.
I don't have a Linux test environment so I'll have to pass it off to my Linux dev. Not sure how long it'll take to fix.
any luck with this? Had a look at the 1.1.2 patch and sadly still an issue.
Could you please try the following for me?
Go to https://denofthieves.nl/sir-servers/
Download the Linux dedicated server
Run with the following arguments: -batchmode -nographics (plus any additional commands you want to run from the "Server Protocol Documentation", last page of the document, found on the above link)
With the 1.1.2 patch the dedicated server will now auto configure if you're on linux and you're running the above -batchmode -nographics (this is the setup we use for the official servers). It will result in a server that runs fully in the background, without any UI, but also without overhead.
Almost nobody is going to take the time to port forward or buy a server for 'Sir' when hopping into a server is the easier option.
Even with that if I browse to 127.0.0.1:23466 on a browser it will still come back with a 401 error ."Bad Request: Invalid Host". Now this doesn't stop anyone directly connecting to me via the 44466 port but it prevents it from showing up on the master server list.
Tagging in the Linux developer again. Not my wheelhouse but I believe this rules out your issue being due to our code: gotta be either a hardware of config issue on your end.