> For the complete documentation index, see [llms.txt](https://help.minexon.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.minexon.net/connect-your-game/websender.md).

# WEBSENDER

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

{% embed url="<https://www.spigotmc.org/resources/websender-send-command-with-php-bungee-and-bukkit-support.33909/?__cf_chl_tk=iYyTWoeJ23x75K0HDIIanvIX3qdg5J8OfPt9IIcSl4U-1653598144-0-gaNycGzNCb0>" %}

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

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

```yaml
socketPort: PORT (10289 RECOMMENDED)
socketPassword: PASSWORD
senderPrefix: '[WebSender]'
wrongPassword: Incorrect password, please enter it carefully.
wrongData: Please check PHP variables.
succesfullyLogin: Login is successful.
consoleInfo: 'true'
commandPermission: websender.admin
nothavePerm: You not have permission!
pluginReloaded: Websender reloaded!
```

{% endcode %}
