When this happens, make sure other people can connect to your server using direct connect. This issue usually is a result of bad port forwarding or some firewall issue. Make sure your network configuration is correct.
Server configuration is also important. Your server is listed in the server list if you use the default server.cfg example. It's possible that you have removed the #
in front of the following line in your server.cfg, doing so will make your server show up as private and users won't be able to join it by using the server browser (the connect button will be disabled), but they will still be able to see your server.
#sv_master1 ""
Please make sure to add the #
in front of that line like shown in the example above. If this #
is already added in front of the line, then try the following steps.
Alternatively, use canyouseeme.org. Only works if you're on a Windows server or a Linux machine with a GUI.
If the server still doesn't show up on the list, make sure the following vars are set (they should be, assuming you used the default server.cfg example):
sv_projectName
sv_projectDesc
# Set your server's Project Name
sets sv_projectName "My FXServer Project"
# Set your server's Project Description
sets sv_projectDesc "Default FXServer requiring configuration"
The server will display an error upon startup if they aren't set.
There could be a lot of different problems, most likely it has something to do with one (or both) of the following:
Using more than 48 slots requires at least Cfx.re Element Club Argentum 💿
. The maximum slot count supported with OneSync is 2048 slots with Cfx.re Element Club Platinum 🌟
.
To use more than 48 slots follow these steps.
set onesync on
to your server.cfgsv_maxclients
in your server.cfg to a value higher than 48 (Depending on the Patreon perk you have)You can easily link your Patreon account to "Keymaster" by following this helpful support article.
If you are not seeing the changes in the server list, be patient until the server list updates. You will see the changes already in Direct Connect.
Please note that txAdmin can handle onesync activation by the panel directly.
You may be experiencing this in different cases. For example, the server colors show in Direct Connect, but not on the server list. Or it doesn't show at all. There are a couple of reasons why this may happen.
On Windows, Microsoft Defender Antivirus can slow down server startups by scanning files within your FXServer directory. To mitigate this issue, you can add your server folder to the exclusion list.
Launch PowerShell as an administrator and execute the following command, replacing 'C:\FXServer\'
with the actual path to your FXServer directory:
Add-MpPreference -ExclusionPath 'C:\FXServer\'
For more details on the Add-MpPreference
command, refer to the official documentation.
We are more than happy to help you out!
For support, please check out our support section for helpful resources. If you'd like to discuss your issue further, feel free to post a topic on our forums, and we'll be happy to take a look.
Additionally, you can join our Discord community and have a chat with us.