Skip to main content

VPS Integration with Discord Server

WARNING:

The Discord integration package is available by default on servers launched after November 11, 2021.

How to connect your VPS server with a Discord server?

Every Linux VPS server available at SkillHost comes pre-installed with an integration script featuring panel functions.

To use Discord integration features, you must configure a Discord Webhook and have the curl package installed.

How to configure a Discord Webhook?

  1. Log in to the SkillHost panel.
  2. Go to the „Your services” tab on the left side.
  3. Select and open your server.
  4. Navigate to the „Configuration” tab.
  5. Fill out the Webhook Configuration form.
    • In the „Adres” field, enter your Discord webhook URL.
    • Click the Add button.

Congratulations ❤️️ You have just configured your Discord Hook in the panel! From now on, you will receive notifications about VPS server status changes!

How to configure Discord Webhook on the VPS server?

  1. Log in to your server via SSH.
  2. In the terminal, enter the command:
discord Testowe_Powiadomienie

Congratulations ❤️️ You have just sent a test notification! If there was an error, the SSH message will tell you what to do.


To send a notification with any content, use the command:

discord <content>

Since spaces are not supported, use an underscore (_) instead — it will be converted to a space.

Example usage

echo ZGlzY29yZCBaYWxvZ293YW5vX25hX2tvbnRvX3Jvb3QgPiAvZGV2L251bGw= | base64 --decode >> ~/.bashrc
WARNING:

This functionality is available only on SkillHost servers.