Skip to content

EcoServer: Command Line Interface (WIP)

Alexander Bondarev edited this page Jun 1, 2021 · 2 revisions

There few command line arguments you can pass to EcoServer.exe in addition to server configs:

Storage related arguments

In braces specified environment variable which may be used instead of command line argument

  • -restoreFromBackup=backupName (ECO_RESTORE_FROM_BACKUP) - if specified then will try restore save from the specified backupName
  • -restoreBackupIfSaveMissing (ECO_RESTORE_BACKUP_IF_SAVE_MISSING) - if save file is missing and the flag is set then will try to recover from backup instead of generate new world
  • -loadSave=saveName - will use saveName instead of SaveName from Storage.eco config
Clone this wiki locally