138 changed files with 1631 additions and 1430 deletions
@ -0,0 +1,73 @@ |
|||||
|
# Contributor Covenant Code of Conduct |
||||
|
|
||||
|
## Our Pledge |
||||
|
|
||||
|
In the interest of fostering an open and welcoming environment, we as |
||||
|
contributors and maintainers pledge to making participation in our project and |
||||
|
our community a harassment-free experience for everyone, regardless of age, body |
||||
|
size, disability, ethnicity, sex characteristics, gender identity and expression, |
||||
|
level of experience, education, socio-economic status, nationality, personal |
||||
|
appearance, race, religion, or sexual identity and orientation. |
||||
|
|
||||
|
## Our Standards |
||||
|
|
||||
|
Examples of behavior that contributes to creating a positive environment |
||||
|
include: |
||||
|
|
||||
|
* Using welcoming and inclusive language |
||||
|
* Being respectful of differing viewpoints and experiences |
||||
|
* Gracefully accepting constructive criticism |
||||
|
* Focusing on what is best for the community |
||||
|
* Showing empathy towards other community members |
||||
|
|
||||
|
Examples of unacceptable behavior by participants include: |
||||
|
|
||||
|
* The use of sexualized language or imagery and unwelcome sexual attention or advances |
||||
|
* Trolling, insulting/derogatory comments, and personal or political attacks |
||||
|
* Public or private harassment |
||||
|
* Publishing others' private information, such as a physical or electronic address, without explicit permission |
||||
|
* Other conduct which could reasonably be considered inappropriate in a professional setting |
||||
|
|
||||
|
## Our Responsibilities |
||||
|
|
||||
|
Project maintainers are responsible for clarifying the standards of acceptable |
||||
|
behavior and are expected to take appropriate and fair corrective action in |
||||
|
response to any instances of unacceptable behavior. |
||||
|
|
||||
|
Project maintainers have the right and responsibility to remove, edit, or |
||||
|
reject comments, commits, code, wiki edits, issues, and other contributions |
||||
|
that are not aligned to this Code of Conduct, or to ban temporarily or |
||||
|
permanently any contributor for other behaviors that they deem inappropriate, |
||||
|
threatening, offensive, or harmful. |
||||
|
|
||||
|
## Scope |
||||
|
|
||||
|
This Code of Conduct applies both within project spaces and in public spaces |
||||
|
when an individual is representing the project or its community. Examples of |
||||
|
representing a project or community include using an official project e-mail |
||||
|
address, posting via an official social media account, or acting as an appointed |
||||
|
representative at an online or offline event. Representation of a project may be |
||||
|
further defined and clarified by project maintainers. |
||||
|
|
||||
|
## Enforcement |
||||
|
|
||||
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be |
||||
|
reported by contacting the project team at [email protected]. All |
||||
|
complaints will be reviewed and investigated and will result in a response that |
||||
|
is deemed necessary and appropriate to the circumstances. The project team is |
||||
|
obligated to maintain confidentiality with regard to the reporter of an incident. |
||||
|
Further details of specific enforcement policies may be posted separately. |
||||
|
|
||||
|
Project maintainers who do not follow or enforce the Code of Conduct in good |
||||
|
faith may face temporary or permanent repercussions as determined by other |
||||
|
members of the project's leadership. |
||||
|
|
||||
|
## Attribution |
||||
|
|
||||
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, |
||||
|
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html |
||||
|
|
||||
|
[homepage]: https://www.contributor-covenant.org |
||||
|
|
||||
|
For answers to common questions about this code of conduct, see |
||||
|
https://www.contributor-covenant.org/faq |
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="7777" |
port="7777" |
||||
queryport="27015" |
queryport="27015" |
||||
@ -17,7 +17,7 @@ rconport="27020" |
|||||
defaultmap="TheIsland" |
defaultmap="TheIsland" |
||||
maxplayers="70" |
maxplayers="70" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" |
parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" |
||||
} |
} |
||||
@ -27,42 +27,42 @@ parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip} |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -71,15 +71,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,11 +8,11 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login |
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
steamuser="username" |
steamuser="username" |
||||
steampass='password' |
steampass='password' |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="2302" |
port="2302" |
||||
|
|
||||
@ -31,7 +31,7 @@ servermods="" |
|||||
# Leave empty for default |
# Leave empty for default |
||||
bepath="" |
bepath="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory" |
parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory" |
||||
} |
} |
||||
@ -41,42 +41,42 @@ parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgful |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -85,15 +85,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -21,7 +21,7 @@ maxplayers="20" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game brainbread2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game brainbread2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -31,42 +31,42 @@ parms="-game brainbread2 -strictportbind -ip ${ip} -port ${port} +clientport ${c |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -75,15 +75,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="bb_chp4_slaywatch" |
defaultmap="bb_chp4_slaywatch" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game brainbread -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game brainbread -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game brainbread -strictportbind +ip ${ip} -port ${port} +clientport ${cl |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="pve_tomb" |
defaultmap="pve_tomb" |
||||
maxplayers="3" |
maxplayers="3" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game bdef -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game bdef -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game bdef -strictportbind +ip ${ip} -port ${port} +clientport ${clientpo |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+hostServer 1 +dedicated 1" |
parms="+hostServer 1 +dedicated 1" |
||||
} |
} |
||||
@ -18,42 +18,42 @@ parms="+hostServer 1 +dedicated 1" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -62,15 +62,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -21,7 +21,7 @@ maxplayers="16" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -31,42 +31,42 @@ parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -75,15 +75,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -14,7 +14,7 @@ |
|||||
gslt="" |
gslt="" |
||||
ip="" |
ip="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
||||
} |
} |
||||
@ -24,42 +24,42 @@ parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -68,15 +68,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,11 +8,11 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login |
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
steamuser="username" |
steamuser="username" |
||||
steampass='password' |
steampass='password' |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -20,7 +20,7 @@ sourcetvport="27020" |
|||||
defaultmap="duel_winter" |
defaultmap="duel_winter" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -30,42 +30,42 @@ parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientp |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -74,15 +74,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,12 +8,12 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="7777" |
port="7777" |
||||
queryport="7780" |
queryport="7780" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="/Game/Maps/Final_Maps/Derailed?Game=/Script/ShooterGame.BombGameMode?listen -log -broadcastip=\"${ip}\" -PORT=${port} -QueryPort=${queryport} -defgameini=\"${servercfgfullpath}\"" |
parms="/Game/Maps/Final_Maps/Derailed?Game=/Script/ShooterGame.BombGameMode?listen -log -broadcastip=\"${ip}\" -PORT=${port} -QueryPort=${queryport} -defgameini=\"${servercfgfullpath}\"" |
||||
} |
} |
||||
@ -23,42 +23,42 @@ parms="/Game/Maps/Final_Maps/Derailed?Game=/Script/ShooterGame.BombGameMode?list |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -67,15 +67,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -16,7 +16,7 @@ sourcetvport="27020" |
|||||
defaultmap="cbe_bunker" |
defaultmap="cbe_bunker" |
||||
maxplayers="6" |
maxplayers="6" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game cure -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game cure -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="-game cure -strictportbind -ip ${ip} -port ${port} +clientport ${clientpo |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,13 +8,13 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="28960" |
port="28960" |
||||
defaultmap="mp_leningrad" |
defaultmap="mp_leningrad" |
||||
maxplayers="20" |
maxplayers="20" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
||||
} |
} |
||||
@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -68,12 +68,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,13 +8,13 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="28960" |
port="28960" |
||||
defaultmap="mp_crossfire" |
defaultmap="mp_crossfire" |
||||
maxplayers="32" |
maxplayers="32" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
||||
} |
} |
||||
@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -68,12 +68,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,13 +8,13 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="28960" |
port="28960" |
||||
defaultmap="mp_neuville" |
defaultmap="mp_neuville" |
||||
maxplayers="20" |
maxplayers="20" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
||||
} |
} |
||||
@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -68,12 +68,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,13 +8,13 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="28960" |
port="28960" |
||||
defaultmap="mp_cassino" |
defaultmap="mp_cassino" |
||||
maxplayers="20" |
maxplayers="20" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
||||
} |
} |
||||
@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -68,12 +68,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,13 +8,13 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="28960" |
port="28960" |
||||
defaultmap="mp_castle" |
defaultmap="mp_castle" |
||||
maxplayers="20" |
maxplayers="20" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" |
||||
} |
} |
||||
@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -68,12 +68,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="de_dust2" |
defaultmap="de_dust2" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientp |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,16 +8,17 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
# https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers#Starting_the_Server |
# https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers#Starting_the_Server |
||||
# [Game Modes] gametype gamemode mapgroup (you can mix these across Game Modes, but use only one) |
# [Game Modes] gametype gamemode mapgroup (you can mix these across Game Modes, but use only one) |
||||
# Arms Race 1 0 mg_armsrace |
# Arms Race 1 0 mg_armsrace |
||||
# Classic Casual 0 0 mg_casualsigma, mg_casualdelta |
# Classic Casual 0 0 mg_casualsigma, mg_casualdelta |
||||
# Classic Competitive 0 1 mg_active, mg_reserves, mg_hostage, mg_de_dust2 |
# Classic Competitive 0 1 mg_active, mg_reserves, mg_hostage, mg_de_dust2 |
||||
# Custom 3 0 |
# Custom 3 0 |
||||
# Deathmatch 1 2 mg_deathmatch |
# Deathmatch 1 2 mg_deathmatch |
||||
# Demolition 1 1 mg_demolition |
# Demolition 1 1 mg_demolition |
||||
# Wingman 0 2 |
# Wingman 0 2 |
||||
|
# Danger Zone (FreeForAll) 6 0 mg_dz_blacksite |
||||
gametype="0" |
gametype="0" |
||||
gamemode="0" |
gamemode="0" |
||||
mapgroup="mg_active" |
mapgroup="mg_active" |
||||
@ -40,7 +41,7 @@ wsapikey="" |
|||||
wscollectionid="" |
wscollectionid="" |
||||
wsstartmap="" |
wsstartmap="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_type ${gametype} +game_mode ${gamemode} +host_workshop_collection ${wscollectionid} +workshop_start_map ${wsstartmap} -authkey ${wsapikey} -nobreakpad" |
parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_type ${gametype} +game_mode ${gamemode} +host_workshop_collection ${wscollectionid} +workshop_start_map ${wsstartmap} -authkey ${wsapikey} -nobreakpad" |
||||
} |
} |
||||
@ -50,42 +51,42 @@ parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport $ |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -94,15 +95,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="de_dust2" |
defaultmap="de_dust2" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clien |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -21,7 +21,7 @@ maxplayers="16" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -31,42 +31,42 @@ parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clien |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -75,15 +75,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -16,7 +16,7 @@ sourcetvport="27020" |
|||||
defaultmap="da_rooftops" |
defaultmap="da_rooftops" |
||||
maxplayers="10" |
maxplayers="10" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_por |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="dcdm5" |
defaultmap="dcdm5" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="dod_Anzio" |
defaultmap="dod_Anzio" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -16,7 +16,7 @@ sourcetvport="27020" |
|||||
defaultmap="dod_Anzio" |
defaultmap="dod_Anzio" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -18,7 +18,7 @@ maxplayers="16" |
|||||
tickrate="64" |
tickrate="64" |
||||
workshop="0" |
workshop="0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop}" |
parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop}" |
||||
} |
} |
||||
@ -28,42 +28,42 @@ parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -72,15 +72,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Installation Variables | https://github.com/GameServerManagers/LinuxGSM/wiki/Don't-Starve-Together |
## Installation Variables | https://docs.linuxgsm.com/game-servers/dont-starve-together |
||||
sharding="false" |
sharding="false" |
||||
master="true" |
master="true" |
||||
shard="Master" |
shard="Master" |
||||
@ -19,7 +19,7 @@ cave="false" |
|||||
persistentstorageroot="${HOME}/.klei" |
persistentstorageroot="${HOME}/.klei" |
||||
confdir="DoNotStarveTogether" |
confdir="DoNotStarveTogether" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -cluster ${cluster} -shard ${shard}" |
parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -cluster ${cluster} -shard ${shard}" |
||||
} |
} |
||||
@ -29,42 +29,42 @@ parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -c |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -73,15 +73,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
@ -103,7 +103,7 @@ branch="" |
|||||
gamename="Don't Starve Together" |
gamename="Don't Starve Together" |
||||
engine="dontstarve" |
engine="dontstarve" |
||||
|
|
||||
## Service Name | https://github.com/GameServerManagers/LinuxGSM/wiki/Multiple-Servers |
## Service Name | https://docs.linuxgsm.com/features/multiple-game-servers |
||||
servicename="dst-server-${shard}" |
servicename="dst-server-${shard}" |
||||
|
|
||||
#### Directories #### |
#### Directories #### |
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-nogui" |
parms="-nogui" |
||||
} |
} |
||||
@ -18,55 +18,55 @@ fn_parms(){ |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
telegramalert="off" |
telegramalert="off" |
||||
telegramtoken="accesstoken" |
telegramtoken="accesstoken" |
||||
telegramchatid="" |
telegramchatid="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -21,7 +21,7 @@ maxplayers="62" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -31,42 +31,42 @@ parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clien |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -75,15 +75,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set net_strict 1 +set fs_homepath ${serverfiles} +exec ${servercfg}" |
parms="+set net_strict 1 +set fs_homepath ${serverfiles} +exec ${servercfg}" |
||||
} |
} |
||||
@ -18,42 +18,42 @@ fn_parms(){ |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -62,12 +62,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="34197" |
port="34197" |
||||
rconport="34198" |
rconport="34198" |
||||
@ -16,7 +16,7 @@ rconpassword="CHANGE_ME" |
|||||
# (stable|experimental) |
# (stable|experimental) |
||||
branch="stable" |
branch="stable" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="--start-server ${serverfiles}/save1.zip --server-settings ${servercfgfullpath} --port ${port} --rcon-port ${rconport} --rcon-password ${rconpassword}" |
parms="--start-server ${serverfiles}/save1.zip --server-settings ${servercfgfullpath} --port ${port} --rcon-port ${rconport} --rcon-password ${rconpassword}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="--start-server ${serverfiles}/save1.zip --server-settings ${servercfgfull |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -16,7 +16,7 @@ sourcetvport="27020" |
|||||
defaultmap="fof_depot" |
defaultmap="fof_depot" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -16,7 +16,7 @@ sourcetvport="27020" |
|||||
defaultmap="ge_archives" |
defaultmap="ge_archives" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clie |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -32,7 +32,7 @@ customparms="-disableluarefresh" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickrate} +host_workshop_collection ${wscollectionid} -authkey ${wsapikey} +clientport ${clientport} +tv_port ${sourcetvport} +gamemode ${gamemode} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers} ${customparms}" |
parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickrate} +host_workshop_collection ${wscollectionid} -authkey ${wsapikey} +clientport ${clientport} +tv_port ${sourcetvport} +gamemode ${gamemode} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers} ${customparms}" |
||||
} |
} |
||||
@ -42,42 +42,42 @@ parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickr |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -86,15 +86,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -16,7 +16,7 @@ sourcetvport="27020" |
|||||
defaultmap="dm_lockdown" |
defaultmap="dm_lockdown" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="crossfire" |
defaultmap="crossfire" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientp |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -16,7 +16,7 @@ sourcetvport="27020" |
|||||
defaultmap="crossfire" |
defaultmap="crossfire" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
servername="LinuxGSM Server" |
servername="LinuxGSM Server" |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="12871" |
port="12871" |
||||
@ -28,7 +28,7 @@ loadsave="" |
|||||
# Use unstable 64 bit server executable (O/1) |
# Use unstable 64 bit server executable (O/1) |
||||
x64mode="0" |
x64mode="0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server |
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};${admins}\" -logfile \"${gamelog}\" " |
parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};${admins}\" -logfile \"${gamelog}\" " |
||||
@ -39,42 +39,42 @@ parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};que |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -83,15 +83,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -23,7 +23,7 @@ workshop="0" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop} -norestart" |
parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop} -norestart" |
||||
} |
} |
||||
@ -33,42 +33,42 @@ parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${cl |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -77,15 +77,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,20 +8,20 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
|
|
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27102" |
port="27102" |
||||
queryport="27131" |
queryport="27131" |
||||
servername="LinuxGSM Server" |
servername="LinuxGSM Server" |
||||
serverpassword="" |
serverpassword="" |
||||
defaultmap="Oilfield" |
defaultmap="Canyon" |
||||
defaultscenario="Scenario_Oilfield_Push_Security" |
defaultscenario="Scenario_Crossing_Push_Security" |
||||
maxplayers="28" |
maxplayers="28" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport} -password=${serverpassword} -hostname='${servername}' -log" |
parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport} -password=${serverpassword} -hostname='${servername}' -log" |
||||
} |
} |
||||
|
|
||||
#### LinuxGSM Settings #### |
#### LinuxGSM Settings #### |
||||
@ -29,42 +29,42 @@ parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=$ |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -73,15 +73,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="" |
parms="" |
||||
} |
} |
||||
@ -18,42 +18,42 @@ parms="" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -62,15 +62,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="" |
parms="" |
||||
} |
} |
||||
@ -18,42 +18,42 @@ parms="" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -62,15 +62,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,13 +8,13 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
queryport="27015" |
queryport="27015" |
||||
defaultmap="KF-BioticsLab" |
defaultmap="KF-BioticsLab" |
||||
gamemode="KFGameContent.KFGameInfo_VersusSurvival" |
gamemode="KFGameContent.KFGameInfo_VersusSurvival" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="\"${defaultmap}?Game=${gamemode}?ConfigSubDir=${servicename} -QueryPort=${queryport}\"" |
parms="\"${defaultmap}?Game=${gamemode}?ConfigSubDir=${servicename} -QueryPort=${queryport}\"" |
||||
} |
} |
||||
@ -24,42 +24,42 @@ parms="\"${defaultmap}?Game=${gamemode}?ConfigSubDir=${servicename} -QueryPort=$ |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -68,15 +68,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,15 +8,15 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login |
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
steamuser="username" |
steamuser="username" |
||||
steampass='password' |
steampass='password' |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
defaultmap="KF-BioticsLab.rom" |
defaultmap="KF-BioticsLab.rom" |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}" |
parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}" |
||||
|
|
||||
@ -30,42 +30,42 @@ parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -74,15 +74,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="c5m1_waterfront" |
defaultmap="c5m1_waterfront" |
||||
maxplayers="8" |
maxplayers="8" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${cl |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="l4d_hospital01_apartment" |
defaultmap="l4d_hospital01_apartment" |
||||
maxplayers="8" |
maxplayers="8" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" |
parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${cli |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,10 +8,10 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
javaram="1024" # -Xmx$1024M |
javaram="1024" # -Xmx$1024M |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="nogui" |
parms="nogui" |
||||
} |
} |
||||
@ -20,42 +20,42 @@ parms="nogui" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -64,15 +64,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
# Edit with care |
# Edit with care |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="" |
parms="" |
||||
@ -19,42 +19,42 @@ parms="" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -63,12 +63,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -9,7 +9,7 @@ |
|||||
#### Server Settings #### |
#### Server Settings #### |
||||
# Use .ini config file for Mumble (Murmur) server. |
# Use .ini config file for Mumble (Murmur) server. |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-fg -ini ${servercfgfullpath}" |
parms="-fg -ini ${servercfgfullpath}" |
||||
} |
} |
||||
@ -19,42 +19,42 @@ parms="-fg -ini ${servercfgfullpath}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -63,15 +63,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -21,7 +21,7 @@ maxplayers="8" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -31,42 +31,42 @@ parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -75,15 +75,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
defaultmap="co_core" |
defaultmap="co_core" |
||||
@ -23,7 +23,7 @@ serverpassword="" |
|||||
# that the password variable above is not left empty. |
# that the password variable above is not left empty. |
||||
# -password \"${serverpassword}\" |
# -password \"${serverpassword}\" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" |
parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" |
||||
} |
} |
||||
@ -33,42 +33,42 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -77,15 +77,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,11 +8,11 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login |
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
steamuser="username" |
steamuser="username" |
||||
steampass='password' |
steampass='password' |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
defaultmap="ns2_summit" |
defaultmap="ns2_summit" |
||||
@ -27,7 +27,7 @@ serverpassword="" |
|||||
# that the password variable above is not left empty. |
# that the password variable above is not left empty. |
||||
# -password \"${serverpassword}\" |
# -password \"${serverpassword}\" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -logdir \"${gamelogdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" |
parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -logdir \"${gamelogdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" |
||||
} |
} |
||||
@ -37,42 +37,42 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -81,15 +81,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="ns_hera" |
defaultmap="ns_hera" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game ns -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game ns -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game ns -strictportbind +ip ${ip} -port ${port} +clientport ${clientport |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="op4_bootcamp" |
defaultmap="op4_bootcamp" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clien |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,8 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
# Notification Alerts |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
|
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="--config ${servercfg}" |
parms="--config ${servercfg}" |
||||
} |
} |
||||
@ -19,42 +18,42 @@ parms="--config ${servercfg}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -63,15 +62,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
|
|
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
randommap="ALWAYS" |
randommap="ALWAYS" |
||||
@ -19,7 +19,7 @@ queryport="10037" |
|||||
maxplayers="40" |
maxplayers="40" |
||||
numreservedslots="2" |
numreservedslots="2" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="MULTIHOME=${ip}?RANDOM=${randommap}?Port=${port}?QueryPort=${queryport}?MaxPlayers=${maxplayers}?NumReservedSlots=${numreservedslots}" |
parms="MULTIHOME=${ip}?RANDOM=${randommap}?Port=${port}?QueryPort=${queryport}?MaxPlayers=${maxplayers}?NumReservedSlots=${numreservedslots}" |
||||
} |
} |
||||
@ -29,42 +29,42 @@ parms="MULTIHOME=${ip}?RANDOM=${randommap}?Port=${port}?QueryPort=${queryport}?M |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -73,15 +73,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -16,7 +16,7 @@ sourcetvport="27020" |
|||||
defaultmap="bt_island" |
defaultmap="bt_island" |
||||
maxplayers="24" |
maxplayers="24" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientp |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
adminpassword="CHANGE_ME" |
adminpassword="CHANGE_ME" |
||||
|
|
||||
@ -21,42 +21,42 @@ parms="-ip ${ip} -adminpassword \"${adminpassword}\" -servername ${servicename}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -65,15 +65,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,12 +8,12 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27910" |
port="27910" |
||||
defaultmap="q2dm1" |
defaultmap="q2dm1" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set dedicated 1 +set ip ${ip} +set port ${port} +exec ${servercfg} +set deathmatch 1 +map ${defaultmap}" |
parms="+set dedicated 1 +set ip ${ip} +set port ${port} +exec ${servercfg} +set deathmatch 1 +map ${defaultmap}" |
||||
} |
} |
||||
@ -23,42 +23,42 @@ parms="+set dedicated 1 +set ip ${ip} +set port ${port} +exec ${servercfg} +set |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -67,12 +67,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,12 +8,12 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27960" |
port="27960" |
||||
defaultmap="q3dm17" |
defaultmap="q3dm17" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set com_hunkMegs 32 +set net_ip ${ip} +set net_port ${port} +exec ${servercfg} +map ${defaultmap}" |
parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set com_hunkMegs 32 +set net_ip ${ip} +set net_port ${port} +exec ${servercfg} +map ${defaultmap}" |
||||
} |
} |
||||
@ -23,42 +23,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -67,12 +67,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,10 +8,10 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
arch="x64" # x64 or x86 |
arch="x64" # x64 or x86 |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
# Edit with care | Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946 |
# Edit with care | Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946 |
||||
# Console Commands : http://www.regurge.at/ql/ |
# Console Commands : http://www.regurge.at/ql/ |
||||
fn_parms(){ |
fn_parms(){ |
||||
@ -23,42 +23,42 @@ parms="+exec ${servercfg}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -67,15 +67,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,11 +8,11 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27500" |
port="27500" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-port ${port} -game ktx +exec ${servercfg}" |
parms="-port ${port} -game ktx +exec ${servercfg}" |
||||
} |
} |
||||
@ -22,42 +22,42 @@ parms="-port ${port} -game ktx +exec ${servercfg}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -66,12 +66,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="rc_arena" |
defaultmap="rc_arena" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clie |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,15 +8,15 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login |
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
steamuser="username" |
steamuser="username" |
||||
steampass='password' |
steampass='password' |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
defaultmap="RO-Arad.rom" |
defaultmap="RO-Arad.rom" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}" |
parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir in |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,15 +70,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
# More settings available after install in serverfiles/server/rust-server/server.cfg |
# More settings available after install in serverfiles/server/rust-server/server.cfg |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="28015" |
port="28015" |
||||
@ -25,7 +25,7 @@ worldsize="3000" # default 3000; range : 1000 to 6000 ; map size in meters |
|||||
saveinterval="300" # Auto-save in seconds |
saveinterval="300" # Auto-save in seconds |
||||
tickrate="30" # default 30; range : 15 to 100 |
tickrate="30" # default 30; range : 15 to 100 |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
# Specific to Rust |
# Specific to Rust |
||||
if [ -n "${seed}" ]; then |
if [ -n "${seed}" ]; then |
||||
@ -50,42 +50,42 @@ parms="-batchmode +server.ip ${ip} +server.port ${port} +server.tickrate ${tickr |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -94,15 +94,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,10 +8,10 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
javaram="2048" # -Xmx$2048M |
javaram="2048" # -Xmx$2048M |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="" |
parms="" |
||||
} |
} |
||||
@ -21,42 +21,42 @@ parms="" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -65,15 +65,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,11 +8,11 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="7777" |
port="7777" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="" |
parms="" |
||||
} |
} |
||||
@ -22,42 +22,42 @@ parms="" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -66,12 +66,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -0,0 +1,127 @@ |
|||||
|
################################## |
||||
|
######## Default Settings ######## |
||||
|
################################## |
||||
|
# DO NOT EDIT WILL BE OVERWRITTEN! |
||||
|
# Copy settings from here and use them in either |
||||
|
# common.cfg - applies settings to every instance |
||||
|
# [instance].cfg - applies settings to a specific instance |
||||
|
|
||||
|
#### Server Settings #### |
||||
|
|
||||
|
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
|
port="7777" |
||||
|
queryport="27015" |
||||
|
defaultmap="StationKappa" |
||||
|
servername="LinuxGSM Server" |
||||
|
serverpassword="NOT SET" # Can't be adjusted currently |
||||
|
maxplayers="8" # Can't be adjusted currently |
||||
|
|
||||
|
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
|
fn_parms(){ |
||||
|
parms="Port=${port}?QueryPort=${queryport} -startup_map ${defaultmap} -server_name \"${servername}\"" |
||||
|
} |
||||
|
|
||||
|
#### LinuxGSM Settings #### |
||||
|
|
||||
|
## Notification Alerts |
||||
|
# (on|off) |
||||
|
|
||||
|
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
|
postalert="off" |
||||
|
postdays="7" |
||||
|
posttarget="https://hastebin.com" |
||||
|
|
||||
|
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
|
discordalert="off" |
||||
|
discordwebhook="webhook" |
||||
|
|
||||
|
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
|
emailalert="off" |
||||
|
email="[email protected]" |
||||
|
emailfrom="" |
||||
|
|
||||
|
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
|
iftttalert="off" |
||||
|
ifttttoken="accesstoken" |
||||
|
iftttevent="linuxgsm_alert" |
||||
|
|
||||
|
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
|
mailgunalert="off" |
||||
|
mailguntoken="accesstoken" |
||||
|
mailgundomain="example.com" |
||||
|
mailgunemailfrom="[email protected]" |
||||
|
mailgunemail="[email protected]" |
||||
|
|
||||
|
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
|
pushbulletalert="off" |
||||
|
pushbullettoken="accesstoken" |
||||
|
channeltag="" |
||||
|
|
||||
|
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
|
pushoveralert="off" |
||||
|
pushovertoken="accesstoken" |
||||
|
|
||||
|
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
|
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
|
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
|
# any custom string in curl - simple ignore this parameter. |
||||
|
telegramalert="off" |
||||
|
telegramtoken="accesstoken" |
||||
|
telegramchatid="" |
||||
|
curlcustomstring="" |
||||
|
|
||||
|
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
|
maxbackups="4" |
||||
|
maxbackupdays="30" |
||||
|
stoponbackup="on" |
||||
|
|
||||
|
## Logging | https://docs.linuxgsm.com/features/logging |
||||
|
consolelogging="on" |
||||
|
logdays="7" |
||||
|
|
||||
|
#### LinuxGSM Advanced Settings #### |
||||
|
|
||||
|
# ANSI Colors |
||||
|
ansi="on" |
||||
|
|
||||
|
## SteamCMD Settings |
||||
|
# Server appid |
||||
|
appid="974130" |
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta latest_experimental" |
||||
|
branch="" |
||||
|
|
||||
|
## LinuxGSM Server Details |
||||
|
# Do not edit |
||||
|
gamename="StickyBots" |
||||
|
engine="unreal4" |
||||
|
|
||||
|
#### Directories #### |
||||
|
# Edit with care |
||||
|
|
||||
|
## Server Specific Directories |
||||
|
systemdir="${serverfiles}" |
||||
|
executabledir="${systemdir}/blank1/Binaries/Linux" |
||||
|
executable="./blank1Server-Linux-Shipping" |
||||
|
servercfg="Game.ini" |
||||
|
servercfgdefault="Game.ini" |
||||
|
servercfgdir="${systemdir}/blank1/Saved/Config/LinuxServer" |
||||
|
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
|
|
||||
|
## Backup Directory |
||||
|
backupdir="${rootdir}/backups" |
||||
|
|
||||
|
## Logging Directories |
||||
|
logdir="${rootdir}/log" |
||||
|
gamelogdir="${serverfiles}/Logs" |
||||
|
lgsmlogdir="${logdir}/script" |
||||
|
consolelogdir="${logdir}/console" |
||||
|
lgsmlog="${lgsmlogdir}/${servicename}-script.log" |
||||
|
consolelog="${consolelogdir}/${servicename}-console.log" |
||||
|
alertlog="${lgsmlogdir}/${servicename}-alert.log" |
||||
|
postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" |
||||
|
|
||||
|
## Logs Naming |
||||
|
lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" |
||||
|
consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" |
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login |
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
steamuser="username" |
steamuser="username" |
||||
steampass='password' |
steampass='password' |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="" |
parms="" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,10 +8,10 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
||||
} |
} |
||||
@ -21,42 +21,42 @@ parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -65,15 +65,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
@ -101,9 +101,15 @@ engine="unity3d" |
|||||
## Server Specific Directories |
## Server Specific Directories |
||||
systemdir="${serverfiles}" |
systemdir="${serverfiles}" |
||||
executabledir="${serverfiles}" |
executabledir="${serverfiles}" |
||||
executable="./7DaysToDieServer.x86" |
if [ "$(uname -m)" == "x86_64" ]; then |
||||
servercfg="${servicename}.xml" |
executable="./7DaysToDieServer.x86_64" |
||||
|
else |
||||
|
executable="./7DaysToDieServer.x86" |
||||
|
fi |
||||
servercfgdefault="serverconfig.xml" |
servercfgdefault="serverconfig.xml" |
||||
|
servercfgdirdefault="${serverfiles}" |
||||
|
servercfgfullpathdefault="${servercfgdirdefault}/${servercfgdefault}" |
||||
|
servercfg="${servicename}.xml" |
||||
servercfgdir="${serverfiles}" |
servercfgdir="${serverfiles}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
|
|
||||
|
@ -8,13 +8,12 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
port="7787" |
port="7787" |
||||
queryport="27165" |
queryport="27165" |
||||
randommap="ALWAYS" |
randommap="ALWAYS" |
||||
ip="0.0.0.0" |
|
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}" |
parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}" |
||||
} |
} |
||||
@ -24,42 +23,42 @@ parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -68,15 +67,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,10 +8,10 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
# Edit with care | https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master/SeriousSam3BFE/help/DedicatedServer_Readme.txt |
# Edit with care | https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master/SeriousSam3BFE/help/DedicatedServer_Readme.txt |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}" |
parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}" |
||||
@ -22,42 +22,42 @@ parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -66,15 +66,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27500" |
port="27500" |
||||
queryport="27015" |
queryport="27015" |
||||
@ -17,7 +17,7 @@ autosaveinterval=300 |
|||||
clearinterval=60 |
clearinterval=60 |
||||
worldname="moon_save" |
worldname="moon_save" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server |
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval} -clearallinterval=${clearinterval}" |
parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval} -clearallinterval=${clearinterval}" |
||||
@ -28,42 +28,42 @@ parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${querypo |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -72,15 +72,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="svencoop1" |
defaultmap="svencoop1" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} +maxplayers ${maxplayers}" |
parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} +maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clie |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login |
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
steamuser="username" |
steamuser="username" |
||||
steampass='password' |
steampass='password' |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-config ${servercfgfullpath}" |
parms="-config ${servercfgfullpath}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-config ${servercfgfullpath}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -21,7 +21,7 @@ maxplayers="16" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -31,42 +31,42 @@ parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -75,15 +75,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="dustbowl" |
defaultmap="dustbowl" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientpor |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -6,7 +6,7 @@ |
|||||
# common.cfg - applies settings to every instance |
# common.cfg - applies settings to every instance |
||||
# [instance].cfg - applies settings to a specific instance |
# [instance].cfg - applies settings to a specific instance |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
# Edit serverfiles/ts3-server.ini after installation |
# Edit serverfiles/ts3-server.ini after installation |
||||
|
|
||||
#### LinuxGSM Settings #### |
#### LinuxGSM Settings #### |
||||
@ -14,42 +14,42 @@ |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -58,15 +58,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="7777" |
port="7777" |
||||
queryport="27015" |
queryport="27015" |
||||
@ -18,7 +18,7 @@ queryport="27015" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-log -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -TowerServerINI=${servicename}.ini" |
parms="-log -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -TowerServerINI=${servicename}.ini" |
||||
} |
} |
||||
@ -28,42 +28,42 @@ parms="-log -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -TowerServerI |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -72,15 +72,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login |
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
steamuser="username" |
steamuser="username" |
||||
steampass='password' |
steampass='password' |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-f ${servercfgfullpath}" |
parms="-f ${servercfgfullpath}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-f ${servercfgfullpath}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,11 +8,11 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
defaultmap="DM-Rankin" |
defaultmap="DM-Rankin" |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="server ${defaultmap}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} log=${gamelog}" |
parms="server ${defaultmap}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} log=${gamelog}" |
||||
} |
} |
||||
@ -22,42 +22,42 @@ parms="server ${defaultmap}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} l |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -66,12 +66,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="7777" |
port="7777" |
||||
queryport="6500" |
queryport="6500" |
||||
@ -22,7 +22,7 @@ shouldadvertise="true" |
|||||
pureserver="1" |
pureserver="1" |
||||
allowjoininprogress="true" |
allowjoininprogress="true" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
# Edit with care | List of game types and mutators : http://wiki.unrealadmin.org/FAQ:UT3 |
# Edit with care | List of game types and mutators : http://wiki.unrealadmin.org/FAQ:UT3 |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch=${islanmatch}?bUsesStats=${usesstats}?bShouldAdvertise=${shouldadvertise}?PureServer=${pureserver}?bAllowJoinInProgress=${allowjoininprogress}?Mutator=${mutators}?ConfigSubDir=${servicename} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog}" |
parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch=${islanmatch}?bUsesStats=${usesstats}?bShouldAdvertise=${shouldadvertise}?PureServer=${pureserver}?bAllowJoinInProgress=${allowjoininprogress}?Mutator=${mutators}?ConfigSubDir=${servicename} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog}" |
||||
@ -33,42 +33,42 @@ parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -77,12 +77,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,11 +8,11 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
defaultmap="DM-Deck16][" |
defaultmap="DM-Deck16][" |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="server ${defaultmap}.unr ini=${servercfgfullpath}" |
parms="server ${defaultmap}.unr ini=${servercfgfullpath}" |
||||
} |
} |
||||
@ -22,42 +22,42 @@ parms="server ${defaultmap}.unr ini=${servercfgfullpath}" |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -66,12 +66,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
# For CTF: defaultmap="CTF-Face" gametype="CTF" |
# For CTF: defaultmap="CTF-Face" gametype="CTF" |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="7777" |
port="7777" |
||||
@ -16,7 +16,7 @@ defaultmap="DM-Underland" |
|||||
gametype="DM" |
gametype="DM" |
||||
timelimit="10" |
timelimit="10" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -port=${port}" |
parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -port=${port}" |
||||
} |
} |
||||
@ -26,42 +26,42 @@ parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -p |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -70,12 +70,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,14 +8,14 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
defaultmap="vs_frost" |
defaultmap="vs_frost" |
||||
maxplayers="16" |
maxplayers="16" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game vs -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game vs -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -25,42 +25,42 @@ parms="-game vs -strictportbind +ip ${ip} -port ${port} +clientport ${clientport |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -69,15 +69,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set net_strict 1 +set fs_homepath ${serverfiles} +exec ${servercfg}" |
parms="+set net_strict 1 +set fs_homepath ${serverfiles} +exec ${servercfg}" |
||||
} |
} |
||||
@ -18,42 +18,42 @@ fn_parms(){ |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -62,12 +62,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
# Note Parameters are editing in the game server config file. |
# Note Parameters are editing in the game server config file. |
||||
source "${servercfgfullpath}" |
source "${servercfgfullpath}" |
||||
@ -20,42 +20,42 @@ fn_parms(){ |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -64,12 +64,12 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
@ -8,7 +8,7 @@ |
|||||
|
|
||||
#### Server Settings #### |
#### Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
@ -21,7 +21,7 @@ maxplayers="20" |
|||||
# More info: https://linuxgsm.com/gslt |
# More info: https://linuxgsm.com/gslt |
||||
gslt="" |
gslt="" |
||||
|
|
||||
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game zps -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
parms="-game zps -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
} |
} |
||||
@ -31,42 +31,42 @@ parms="-game zps -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
posttarget="https://hastebin.com" |
posttarget="https://hastebin.com" |
||||
|
|
||||
# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord |
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
iftttevent="linuxgsm_alert" |
iftttevent="linuxgsm_alert" |
||||
|
|
||||
# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun |
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
mailgunalert="off" |
mailgunalert="off" |
||||
mailguntoken="accesstoken" |
mailguntoken="accesstoken" |
||||
mailgundomain="example.com" |
mailgundomain="example.com" |
||||
mailgunemailfrom="[email protected]" |
mailgunemailfrom="[email protected]" |
||||
mailgunemail="[email protected]" |
mailgunemail="[email protected]" |
||||
|
|
||||
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet |
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
channeltag="" |
channeltag="" |
||||
|
|
||||
# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
||||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
# any custom string in curl - simple ignore this parameter. |
# any custom string in curl - simple ignore this parameter. |
||||
@ -75,15 +75,15 @@ telegramtoken="accesstoken" |
|||||
telegramchatid="" |
telegramchatid="" |
||||
curlcustomstring="" |
curlcustomstring="" |
||||
|
|
||||
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update |
## Updating | https://docs.linuxgsm.com/commands/update |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup |
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
maxbackups="4" |
maxbackups="4" |
||||
maxbackupdays="30" |
maxbackupdays="30" |
||||
stoponbackup="on" |
stoponbackup="on" |
||||
|
|
||||
## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging |
## Logging | https://docs.linuxgsm.com/features/logging |
||||
consolelogging="on" |
consolelogging="on" |
||||
logdays="7" |
logdays="7" |
||||
|
|
||||
|
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue