Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Bash script for install Aki Server mod for linux

Notifications You must be signed in to change notification settings

memes-forever/aki-server-mod-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Don't use it! Look: aki-docker

aki-server-mod-linux

Bash script for install Aki Server mod for linux


before using in console: chmod +x ./run.sh


Prepare to build AKI Server

  • install node ./run.sh node_install
  • install zerotier ./run.sh zerotier_install
  • join zerotier ./run.sh zerotier_join <hash_server>

Build AKI Server

  • build server ./run.sh build
  • build coop mod ./run.sh build_coop
  • fix server mod files ./run.sh mods_fix

Run

  • Beefore run server, change ip in run.sh (DEFAULT_IP=x.x.x.x)
  • run server ./run.sh server
  • run server in background ./run.sh server_d
  • status server ./run.sh status
  • kill server ./run.sh kill

Backup profiles

  • backup profiles ./run.sh backup_profiles
  • backup list ./run.sh backup_list
  • unzip profiles ./run.sh backup_restore backup-<date>.tar

Cron example

  • Kill server every day 55 10 * * * cd /home/xxxx/server && ./run.sh kill
  • Run server every 15 min, if not run */15 * * * * cd /home/xxxx/server && ./run.sh server_d
  • Run backup 1 * * * * cd /home/xxxx/server && ./run.sh backup_profiles

Works great on Rock PI 4A
https://wiki.radxa.com/Rock4
rock pi4a

About

Bash script for install Aki Server mod for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages