# Slack

![](https://1934041264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LJf1_IiU2L1vVxT7iNe%2F-LrQGQhOXlJpxnyYdTQO%2F-LrQGfjffOzRvoBkuhUA%2Fslack_logo.png?alt=media\&token=111ebb4e-6e68-49aa-a4f4-cbe26e69ea8c)

[Slack](https://slack.com) is a cloud-based set of proprietary team collaboration software tools and online services.

## Create a Slack Webhook

A webhook is required to post alerts to a slack.

1. Follow slack's guide to setting up an [incoming webhook](https://api.slack.com/incoming-webhooks).
2. Copy the Webhook URL
3. Turn on slack alerts and enter the URL in to the [LinuxGSM settings](https://docs.linuxgsm.com/configuration/linuxgsm-config). (`~/lgsm/config-lgsm/<gameserver>/common.cfg`)

```
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
slackalert="on"
slackwebhook="your webhook url"
```
