[GH-ISSUE #1925] [Ark Survival evolved] - How to change map ? #1518

Closed
opened 2026-02-27 02:57:33 +03:00 by kerem · 8 comments
Owner

Originally created by @gamersalpha on GitHub (Jun 20, 2018).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1925

Hello there,
i m still looking how change map with my ark serveur :

i modifie this files :

arkserver@ark:~$ nano lgsm/config-lgsm/arkserver/arkserver.cfg

##################################
######## Instance Settings ########
##################################

PLACE INSTANCE SETTINGS HERE

These settings will apply to a specific instance

maxplayers="5"
defaultmap="Ragnarok"


and when i see my details server : 


arkserver@ark:~$ ./arkserver dt
[ INFO ] Details arkserver: Check IP: 192.168.50.60

Distro Details
=====================================================================================================================
Distro:    Ubuntu 18.04 LTS
Arch:      x86_64
Kernel:    4.15.0-23-generic
Hostname:  ark
tmux:      tmux 2.6
GLIBC:     2.27

Performance
Uptime:    0d, 0h, 5m
Avg Load:  1.33, 1.00, 0.51

Mem:       total   used   free   cached
Physical:  3.8G   2.0G   232M   2.8M
Swap:      3.8G   0B     3.8G

Storage
=====================================================================================================================
Filesystem:      /dev/sda2
Total:           293G
Used:            14G
Available:       264G
LinuxGSM Total:  6.9G
Serverfiles:     6.8G

ARK: Survival Evolved Server Details
=====================================================================================================================
Server name:  ark-server-ubuntu
Server IP:    192.168.50.60:7777
Maxplayers:   5
Default Map:  Ragnarok
Status:       ONLINE

arkserver Script Details
=====================================================================================================================
Service name:           arkserver
arkserver version:      180409
User:                   arkserver
GLIBC required:         2.15
Discord alert:          on
Email alert:            off
Pushbullet alert:       off
IFTTT alert:            off
Mailgun (email) alert:  off
Pushover alert:         off
Telegram alert:         off
Update on start:        off
Location:               /home/arkserver
Config file:            /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini

Backups
=====================================================================================================================
No Backups created

Command-line Parameters
=====================================================================================================================
./ShooterGameServer "TheIsland?listen?MultiHome=192.168.50.60?MaxPlayers=5?QueryPort=27015?RCONPort=27020?Port=7777?"

Ports
=====================================================================================================================
Change ports by editing the parameters in:
/home/arkserver/lgsm/config-lgsm/arkserver

Useful port diagnostic command:
netstat -atunp | grep ShooterGame

DESCRIPTION  DIRECTION  PORT   PROTOCOL
> Game       INBOUND    7777   udp
> RAW        INBOUND    7778   udp
> Query      INBOUND    27015  udp
> RCON       INBOUND    27020  tcp

Status: ONLINE

like u see ARK: Survival Evolved Server Details says i m on Ragnarok, but in the real command line starting server ark, say's i m still on th Island .

ARK: Survival Evolved Server Details
=============================================================================================================================================================================================================================================
Server name:  ark-server-ubuntu
Server IP:    192.168.50.60:7777
Maxplayers:   5
Default Map:  Ragnarok
Status:       ONLINE

but the serveur start with theisland :


Command-line Parameters
=============================================================================================================================================================================================================================================
./ShooterGameServer "TheIsland?listen?MultiHome=192.168.50.60?MaxPlayers=5?QueryPort=27015?RCONPort=27020?Port=7777?"

so what is wrong ..

Originally created by @gamersalpha on GitHub (Jun 20, 2018). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1925 Hello there, i m still looking how change map with my ark serveur : i modifie this files : `arkserver@ark:~$ nano lgsm/config-lgsm/arkserver/arkserver.cfg` ################################## ######## Instance Settings ######## ################################## # PLACE INSTANCE SETTINGS HERE ## These settings will apply to a specific instance maxplayers="5" defaultmap="Ragnarok" ``` and when i see my details server : arkserver@ark:~$ ./arkserver dt [ INFO ] Details arkserver: Check IP: 192.168.50.60 Distro Details ===================================================================================================================== Distro: Ubuntu 18.04 LTS Arch: x86_64 Kernel: 4.15.0-23-generic Hostname: ark tmux: tmux 2.6 GLIBC: 2.27 Performance Uptime: 0d, 0h, 5m Avg Load: 1.33, 1.00, 0.51 Mem: total used free cached Physical: 3.8G 2.0G 232M 2.8M Swap: 3.8G 0B 3.8G Storage ===================================================================================================================== Filesystem: /dev/sda2 Total: 293G Used: 14G Available: 264G LinuxGSM Total: 6.9G Serverfiles: 6.8G ARK: Survival Evolved Server Details ===================================================================================================================== Server name: ark-server-ubuntu Server IP: 192.168.50.60:7777 Maxplayers: 5 Default Map: Ragnarok Status: ONLINE arkserver Script Details ===================================================================================================================== Service name: arkserver arkserver version: 180409 User: arkserver GLIBC required: 2.15 Discord alert: on Email alert: off Pushbullet alert: off IFTTT alert: off Mailgun (email) alert: off Pushover alert: off Telegram alert: off Update on start: off Location: /home/arkserver Config file: /home/arkserver/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini Backups ===================================================================================================================== No Backups created Command-line Parameters ===================================================================================================================== ./ShooterGameServer "TheIsland?listen?MultiHome=192.168.50.60?MaxPlayers=5?QueryPort=27015?RCONPort=27020?Port=7777?" Ports ===================================================================================================================== Change ports by editing the parameters in: /home/arkserver/lgsm/config-lgsm/arkserver Useful port diagnostic command: netstat -atunp | grep ShooterGame DESCRIPTION DIRECTION PORT PROTOCOL > Game INBOUND 7777 udp > RAW INBOUND 7778 udp > Query INBOUND 27015 udp > RCON INBOUND 27020 tcp Status: ONLINE ``` like u see ARK: Survival Evolved Server Details says i m on Ragnarok, but in the real command line starting server ark, say's i m still on th Island . ``` ARK: Survival Evolved Server Details ============================================================================================================================================================================================================================================= Server name: ark-server-ubuntu Server IP: 192.168.50.60:7777 Maxplayers: 5 Default Map: Ragnarok Status: ONLINE ``` but the serveur start with theisland : ``` Command-line Parameters ============================================================================================================================================================================================================================================= ./ShooterGameServer "TheIsland?listen?MultiHome=192.168.50.60?MaxPlayers=5?QueryPort=27015?RCONPort=27020?Port=7777?" ``` so what is wrong ..
kerem 2026-02-27 02:57:33 +03:00
Author
Owner

@UltimateByte commented on GitHub (Jun 21, 2018):

https://github.com/GameServerManagers/LinuxGSM/wiki/Support

GitHub
LinuxGSM - Linux Game Server Managers_
<!-- gh-comment-id:399157206 --> @UltimateByte commented on GitHub (Jun 21, 2018): https://github.com/GameServerManagers/LinuxGSM/wiki/Support <blockquote><img src="https://avatars2.githubusercontent.com/u/20358373?s=400&v=4" width="48" align="right"><div><img src="https://assets-cdn.github.com/favicon.ico" height="14"> GitHub</div><div><strong><a href="https://github.com/GameServerManagers/LinuxGSM">GameServerManagers/LinuxGSM</a></strong></div><div>LinuxGSM - Linux Game Server Managers_</div></blockquote>
Author
Owner

@gamersalpha commented on GitHub (Jun 21, 2018):

Hello,
u closed my topic, but this is a linuxgsm issue ?

we can't change the map with linuxgsm parameters, why not ?

i want modifie all ark serveur parameters with linuxGsm and not directly in ark config files :/

<!-- gh-comment-id:399203449 --> @gamersalpha commented on GitHub (Jun 21, 2018): Hello, u closed my topic, but this is a linuxgsm issue ? we can't change the map with linuxgsm parameters, why not ? i want modifie all ark serveur parameters with linuxGsm and not directly in ark config files :/
Author
Owner

@gamersalpha commented on GitHub (Jun 21, 2018):

Hello,
ok i found how to change map 👍

edit this files :

nano /home/arkserver/lgsm/config-lgsm/arkserver/arkserver.cfg

and add this :


##################################
######## Instance Settings ########
##################################
# PLACE INSTANCE SETTINGS HERE
## These settings will apply to a specific instance
maxplayers="5"
defaultmap="Ragnarok"

fn_parms(){
parms="\"${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?\""
}

Ok so now, change
defaultmap="Ragnarok"

with u choice :
defaultmap="Ragnarok"
defaultmap="TheIsland"
defaultmap="TheCenter"

have fun with u personal serveur with linux GSM :)

i m thinking to try to make a PHP web config for linuxGSM ARk server

<!-- gh-comment-id:399216918 --> @gamersalpha commented on GitHub (Jun 21, 2018): Hello, ok i found how to change map 👍 edit this files : ` nano /home/arkserver/lgsm/config-lgsm/arkserver/arkserver.cfg` and add this : ``` ################################## ######## Instance Settings ######## ################################## # PLACE INSTANCE SETTINGS HERE ## These settings will apply to a specific instance maxplayers="5" defaultmap="Ragnarok" fn_parms(){ parms="\"${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?\"" } ``` Ok so now, change defaultmap="Ragnarok" with u choice : `defaultmap="Ragnarok"` `defaultmap="TheIsland"` `defaultmap="TheCenter"` have fun with u personal serveur with linux GSM :) i m thinking to try to make a PHP web config for linuxGSM ARk server
Author
Owner

@UltimateByte commented on GitHub (Jun 21, 2018):

  1. server*
    not "serveur"

  2. A question on how to use LinuxGSM is not relevant to LinuxGSM development.

Like said everywhere, this git is not meant to be polluted with irrelevant posts that do not relate LinuxGSM develoment in any way or in game server questions or usage questions that are already answered in the wiki... Which was exactly what your issue asked for initially. Once again: Github is for development and nothing else. We want to know when there is a bug or a feature to add, not when a user struggles using google.

  1. If you want to add a start parameter, then open an issue asking for this.
<!-- gh-comment-id:399263173 --> @UltimateByte commented on GitHub (Jun 21, 2018): 1) server* not "serveur" 2) A question on how to use LinuxGSM is not relevant to LinuxGSM development. Like said everywhere, this git is not meant to be polluted with irrelevant posts that do not relate LinuxGSM develoment in any way or in game server questions or usage questions that are already answered in the wiki... Which was exactly what your issue asked for initially. Once again: Github is for development and nothing else. We want to know when there is a bug or a feature to add, not when a user struggles using google. 3) If you want to add a start parameter, then open an issue asking for this.
Author
Owner

@gamersalpha commented on GitHub (Jul 8, 2018):

Hello more information about changing map on linux GSM server on ARK Survival 👍

To change map this all the good name (not easy to found it)

so to resume all u need is this :

arkserver@ark:~$ nano lgsm/config-lgsm/arkserver/arkserver.cfg

##################################
######## Instance Settings ########
##################################
# PLACE INSTANCE SETTINGS HERE
## These settings will apply to a specific instance
maxplayers="5"
defaultmap="TheIsland"
#defaultmap="Ragnarok"
#defaultmap="CrystalIsles"
#defaultmap="Aberration_P"
#defaultmap="ScorchedEarth_P"

fn_parms(){
parms="\"${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}? -automanagedmods\""
}

and u have just make u choice for start a map !!

<!-- gh-comment-id:403267478 --> @gamersalpha commented on GitHub (Jul 8, 2018): Hello more information about changing map on linux GSM server on ARK Survival 👍 To change map this all the good name (not easy to found it) so to resume all u need is this : `arkserver@ark:~$ nano lgsm/config-lgsm/arkserver/arkserver.cfg ` ``` ################################## ######## Instance Settings ######## ################################## # PLACE INSTANCE SETTINGS HERE ## These settings will apply to a specific instance maxplayers="5" defaultmap="TheIsland" #defaultmap="Ragnarok" #defaultmap="CrystalIsles" #defaultmap="Aberration_P" #defaultmap="ScorchedEarth_P" fn_parms(){ parms="\"${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}? -automanagedmods\"" } ``` and u have just make u choice for start a map !!
Author
Owner

@gamersalpha commented on GitHub (Jul 29, 2018):

Hello,
some news about map using on ARK with linuxGSM !!

this is the new conf of nano lgsm/config-lgsm/arkserver/arkserver.cfg


`##################################
######## Instance Settings ########
##################################
# PLACE INSTANCE SETTINGS HERE
## These settings will apply to a specific instance
maxplayers="5"

#defaultmap="TheIsland"
	#defaultmapFiles="TheIsland-nitradoeu19.officialserver186"
	#defaultmapFiles="TheIsland-GGFizz-"
#defaultmap="Ragnarok"
	defaultmapFiles="Ragnarok"
	#defaultmapFiles="Ragnarok-GGFizz-Mars2018"
#defaultmap="CrystalIsles"
	#defaultmapFiles=${defaultmap}
#defaultmap="Aberration_P"
	#defaultmapFiles=${defaultmap}
#defaultmap="ScorchedEarth_P"
	#defaultmapFiles=${defaultmap}
#defaultmap="ScorchedEarth_P"
	#defaultmapFiles=${defaultmap}
defaultmap="Extinction"
        defaultmapFiles=${defaultmap}



fn_parms(){
parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmapFiles}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}? -automanagedmods\""
}
`

to place all map look this screen :
image

u have to put directory map filder like this

and with that u can now have same map in diffrent version, and using a map by directory, to save u player by map !!!

the problem with this is u don't have to forget to comment map not using i don't know how make one parameter, maybe a function ?

thanks to all

<!-- gh-comment-id:408661792 --> @gamersalpha commented on GitHub (Jul 29, 2018): Hello, some news about map using on ARK with linuxGSM !! this is the new conf of nano lgsm/config-lgsm/arkserver/arkserver.cfg ``` `################################## ######## Instance Settings ######## ################################## # PLACE INSTANCE SETTINGS HERE ## These settings will apply to a specific instance maxplayers="5" #defaultmap="TheIsland" #defaultmapFiles="TheIsland-nitradoeu19.officialserver186" #defaultmapFiles="TheIsland-GGFizz-" #defaultmap="Ragnarok" defaultmapFiles="Ragnarok" #defaultmapFiles="Ragnarok-GGFizz-Mars2018" #defaultmap="CrystalIsles" #defaultmapFiles=${defaultmap} #defaultmap="Aberration_P" #defaultmapFiles=${defaultmap} #defaultmap="ScorchedEarth_P" #defaultmapFiles=${defaultmap} #defaultmap="ScorchedEarth_P" #defaultmapFiles=${defaultmap} defaultmap="Extinction" defaultmapFiles=${defaultmap} fn_parms(){ parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmapFiles}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}? -automanagedmods\"" } ` ``` to place all map look this screen : ![image](https://user-images.githubusercontent.com/32466950/43364565-e1f25bea-931c-11e8-9ee5-a7588782cdb9.png) u have to put directory map filder like this and with that u can now have same map in diffrent version, and using a map by directory, to save u player by map !!! the problem with this is u don't have to forget to comment map not using i don't know how make one parameter, maybe a function ? thanks to all
Author
Owner

@gamersalpha commented on GitHub (Nov 7, 2018):

update adding new map Extinction :)

<!-- gh-comment-id:436751277 --> @gamersalpha commented on GitHub (Nov 7, 2018): update adding new map Extinction :)
Author
Owner

@lock[bot] commented on GitHub (Nov 7, 2019):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:551248646 --> @lock[bot] commented on GitHub (Nov 7, 2019): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#1518
No description provided.