Code Monkey home page Code Monkey logo

Comments (13)

Atriusftw avatar Atriusftw commented on July 29, 2024

What does your GameUserSettings.ini look like? Have you defined some ports in there?

cat /home/steam/ARK/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini

from ark-server-tools.

super54 avatar super54 commented on July 29, 2024

GameUsersSettings.ini :

[/Script/ShooterGame.ShooterGameUserSettings]
MasterAudioVolume=1.000000
MusicAudioVolume=1.000000
SFXAudioVolume=1.000000
VoiceAudioVolume=1.000000
CameraShakeScale=1.000000
bFirstPersonRiding=False
bThirdPersonPlayer=False
bShowStatusNotificationMessages=True
TrueSkyQuality=0.270000
FOVMultiplier=1.000000
GroundClutterDensity=1.000000
bFilmGrain=False
bMotionBlur=True
bUseDFAO=True
bUseSSAO=True
bShowChatBox=True
bCameraViewBob=True
bInvertLookY=False
bFloatingNames=True
bChatBubbles=True
bHideServerInfo=False
bJoinNotifications=False
bCraftablesShowAllItems=True
LookLeftRightSensitivity=1.000000
LookUpDownSensitivity=1.000000
GraphicsQuality=2
ActiveLingeringWorldTiles=10
LastServerSearchType=0
LastServerSearchHideFull=False
LastServerSearchProtected=False
HideItemTextOverlay=False
bDistanceFieldShadowing=True
LODScalar=1.000000
HighQualityMaterials=True
HighQualitySurfaces=True
bTemperatureF=False
bDisableTorporEffect=False
bUseVSync=False
ResolutionSizeX=1280
ResolutionSizeY=720
LastUserConfirmedResolutionSizeX=1280
LastUserConfirmedResolutionSizeY=720
WindowPosX=-1
WindowPosY=-1
bUseDesktopResolutionForFullscreen=False
FullscreenMode=2
LastConfirmedFullscreenMode=2
Version=5

[ScalabilityGroups]
sg.ResolutionQuality=100
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=3
sg.ShadowQuality=3
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.TrueSkyQuality=3
sg.GroundClutterQuality=3
sg.IBLQuality=1
sg.HeightFieldShadowQuality=3

[ServerSettings]
ServerAdminPassword=***
MaxStructuresInRange=1300.000000
ShowMapPlayerLocation=False
ServerHardcore=False
GlobalVoiceChat=False
ProximityChat=True
NoTributeDownloads=True
AllowThirdPersonPlayer=True
AlwaysNotifyPlayerLeft=False
DontAlwaysNotifyPlayerJoined=True
ServerPVE=True
ServerCrosshair=True
ServerForceNoHUD=False
DayCycleSpeedScale=1.000000
NightTimeSpeedScale=1.000000
DayTimeSpeedScale=1.000000
DinoDamageMultiplier=1.000000
PlayerDamageMultiplier=1.000000
StructureDamageMultiplier=1.000000
PlayerResistanceMultiplier=1.000000
DinoResistanceMultiplier=1.000000
StructureResistanceMultiplier=1.000000
XPMultiplier=1.000000
TamingSpeedMultiplier=1.000000
HarvestAmountMultiplier=1.000000
HarvestHealthMultiplier=1.000000
PlayerCharacterWaterDrainMultiplier=1.000000
PlayerCharacterFoodDrainMultiplier=1.000000
DinoCharacterFoodDrainMultiplier=1.000000
PlayerCharacterStaminaDrainMultiplier=1.000000
DinoCharacterStaminaDrainMultiplier=1.000000
PlayerCharacterHealthRecoveryMultiplier=1.000000
DinoCharacterHealthRecoveryMultiplier=1.000000
DinoCountMultiplier=1.000000
ServerPassword=
DifficultyOffset=0.000000
PvEStructureDecayPeriodMultiplier=1.000000
ResourcesRespawnPeriodMultiplier=1.000000

from ark-server-tools.

Atriusftw avatar Atriusftw commented on July 29, 2024

Oh, actally. It is a wrong path in your config file.

Change

arkserverexec="/home/steam/ark/ShooterGame/Binaries/Linux/ShooterGameServer"

To

arkserverexec="ShooterGame/Binaries/Linux/ShooterGameServer"

πŸ‘

from ark-server-tools.

super54 avatar super54 commented on July 29, 2024

Ok it's start

steam@sd-47128:~/cmd$ arkmanager status
Server running: Yes
Server online: No
Server version: 672599

Why server online = NO ?

Thanks for all

from ark-server-tools.

Atriusftw avatar Atriusftw commented on July 29, 2024

Just give it some time. It takes some time before the listening port binds.
Check again after around 3-5~ minutes.

You can also check manually by issuing the following command and checking if port 7778 is bound:

netstat -puln | grep ShooterGame

from ark-server-tools.

super54 avatar super54 commented on July 29, 2024

Yes it's OK ^^

arkmanager status
Server running: Yes
Server online: Yes
Server version: 672599

But know i don't see my server on steam and at => http://arkservers.net/server/62.210.217.15:27015

from ark-server-tools.

Atriusftw avatar Atriusftw commented on July 29, 2024

You have to open your ports =)

Nmap scan report for 62-210-217-15.rev.poneytelecom.eu (62.210.217.15)
Host is up (0.060s latency).
PORT      STATE         SERVICE
7778/udp  open|filtered interwise
27016/udp closed        unknown

Edit: I can connect to your server now πŸ‘

from ark-server-tools.

super54 avatar super54 commented on July 29, 2024

Yes you can connect because i have start my server with command lien dont with script. My port on m'y server are all open. Its work with command line but notre with script

You know what is the problem?

from ark-server-tools.

Atriusftw avatar Atriusftw commented on July 29, 2024

Well, you're using port 27015 now. In your config file you are using 27016 (which is closed)
Either you have to open port 27016, or change it to 27015 (which looks open from here, only UDP though) in your config.

Nmap scan report for 62-210-217-15.rev.poneytelecom.eu (62.210.217.15)
Host is up (0.059s latency).
PORT      STATE         SERVICE
7778/udp  open|filtered interwise
27016/udp closed        unknown
Nmap scan report for 62-210-217-15.rev.poneytelecom.eu (62.210.217.15)
Host is up (0.060s latency).
PORT      STATE  SERVICE
7778/tcp  closed interwise
27016/tcp closed unknown

Summary:

  • TCP 27016 is closed.
  • TCP/UDP 7778 is closed.

from ark-server-tools.

super54 avatar super54 commented on July 29, 2024

I have dont active any rules in iptable or firewall and the default is all open. My server its an online.net server.

from ark-server-tools.

Atriusftw avatar Atriusftw commented on July 29, 2024

Your host might block some ports, i don't know that particular hosting company.

You can change the queryport to 27015 in your config file, and you should be good to go as far as my portscan can tell.

from ark-server-tools.

super54 avatar super54 commented on July 29, 2024

Ok i test this at sunday night. ThΓ© config is in arkdaemon.cfg ?

from ark-server-tools.

super54 avatar super54 commented on July 29, 2024

I have configure cfg with 27015 its ok thanks for all

from ark-server-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.