> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leaderos.net/llms.txt
> Use this file to discover all available pages before exploring further.

# WebSender

* You can send commands to your game console using WebSender.

### Download the plugin

[https://www.spigotmc.org/resources/websender-send-command-with-php-bungee-and-bukkit-support.33909](https://www.spigotmc.org/resources/websender-send-command-with-php-bungee-and-bukkit-support.33909)

<Warning>
  The ports you use with WebSender must be open on both your web hosting and game server VPS.
</Warning>

### Installation

<Steps>
  <Step title="Upload the plugin to your server's `plugins` folder and restart your server." />

  <Step title="Configure the plugins/WebSender/config.yml file.">
    Please replace `PORT` with a port number not in use by another service <u>(don't enter your Minecraft server port)</u>, and `PASSWORD` with a secure password.

    ```yml config.yml theme={null}
    socketPort: PORT
    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!
    ```
  </Step>

  <Step title="Save the file and restart your server." />

  <Step title="Enter these details to your website's Add/Edit Server section. Press the 'Test Connection' button to check if it works." />
</Steps>
