# WEBSEND

{% hint style="warning" %}
Websend does not work on server versions 1.16 and above! For newer versions of Minecraft, please use the MINEXON Plugin, WebSender Plugin or RCON.
{% endhint %}

{% hint style="info" %}
Please download the Websend plugin from the link below before starting all the operations.
{% endhint %}

{% embed url="<https://dev.bukkit.org/projects/websend>" %}

Put the downloaded <mark style="color:orange;">jar</mark> file in the <mark style="color:red;">plugins</mark> folder and run the server. After the server is turned on, turn off the server and edit and save the Websend <mark style="color:blue;">config.yml</mark> file according to the example below. Please do not forget to add the port you are using to the firewall.

{% code title="config.yml" lineNumbers="true" %}

```yaml
PASS=PASSWORD
URL=https://example.com
WEBLISTENER_ACTIVE=true
ALTPORT=PORT (10289 RECOMMENDED)
```

{% endcode %}
