Script to install an TwinSaga server.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-09-08 22:58:54 +02:00
README.md Update README.md 2023-09-08 15:52:47 +02:00
tsinstall.sh Update tsinstall.sh 2023-09-08 17:01:05 +02:00
xiaoguai475_v1249 Update xiaoguai475_v1249 2023-09-08 22:58:54 +02:00

TwinSaga server installer

What is this?

This script allows you to create an TwinSaga server based on the releases from RaGEZONE. The idea is that you don't have to mess around with changing ips, password settings or hexing of binaries. This tool does all of that for you, all you have to do is selecting what you want to install.

How to use?

The script is intended for use on debian 11. The command to download and run this script is the following:

wget --no-check-certificate -nv "https://raw.githubusercontent.com/RyuuSlayer/TwinSaga-Oneclick-Installer/master/tsinstall.sh" -O "tsinstall.sh"; chmod 777 "tsinstall.sh"; ./tsinstall.sh

Big thanks to Haruka98, who has helped me in creating this installer for TwinSaga, check out his Aura Kingdom Oneclick Installer. :)