Five M server private message to citizens

My server is in the process of development but its running. I just had to update my artifact according to five m so I updated it to 1902 and now when a citizen tries to join my server is says private although my whitelist is disabled and I am able to join my own server. Any recommendations to fix issue

Would be easier to figure out if you give the server join link cfx.re/join/<code>. A few suggestions:

Do you get any errors in the server console, such as “Server list query returned error”?

If you’re using txAdmin, go to the Live Console and type in sv_master1. Make sure it’s set to https://servers-ingress-live.fivem.net/ingress. If it’s not some .cfg file is messing with it (might not be server.cfg but another one that’s being included).

In the past we have seen servers appear as private because they have misconfigured their proxy. You should only set sv_forceIndirectListing true if you actually have a join proxy and you have set the URL/IP to that in sv_listingHostOverride. If you have sv_forceIndirectListing true without a sv_listingHostOverride the server browser won’t be able to detect your server and it will appear as either offline or private.

2 Likes