We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a server hoster, I want to have 7777/tcp included in details output so that I can have it seen in the output.
Satisfactory
Other
command: details
I am using Alma 9. The port is mentioned on the official dedicated server wiki page (https://satisfactory.wiki.gg/wiki/Dedicated_servers#Port_Forwarding_and_Firewall_Settings) but isn't listed on the output. Which was troublesome as I didn't knew about this and thus haven't opened the port for the game.
Command-line Parameters ======================================================================================================================== ./FactoryServer-Linux-Shipping FactoryGame -Port=7777 -ServerQueryPort=15777 -BeaconPort=15000 -log Ports ======================================================================================================================== Change ports by editing the parameters in: /home/sfserver/lgsm/config-lgsm/sfserver Useful port diagnostic command: ss -tuplwn | grep FactoryServer-L DESCRIPTION PORT PROTOCOL LISTEN Game 7777 udp 1 Query 15777 udp 0 Beacon 15000 udp 0 Status: STARTED
./sfserver details
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
User story
As a server hoster, I want to have 7777/tcp included in details output so that I can have it seen in the output.
Game
Satisfactory
Linux distro
Other
Command
command: details
Further information
I am using Alma 9. The port is mentioned on the official dedicated server wiki page (https://satisfactory.wiki.gg/wiki/Dedicated_servers#Port_Forwarding_and_Firewall_Settings) but isn't listed on the output. Which was troublesome as I didn't knew about this and thus haven't opened the port for the game.
Relevant log output
Command-line Parameters ======================================================================================================================== ./FactoryServer-Linux-Shipping FactoryGame -Port=7777 -ServerQueryPort=15777 -BeaconPort=15000 -log Ports ======================================================================================================================== Change ports by editing the parameters in: /home/sfserver/lgsm/config-lgsm/sfserver Useful port diagnostic command: ss -tuplwn | grep FactoryServer-L DESCRIPTION PORT PROTOCOL LISTEN Game 7777 udp 1 Query 15777 udp 0 Beacon 15000 udp 0 Status: STARTED
Steps to reproduce
./sfserver details
outputThe text was updated successfully, but these errors were encountered: