Page 1 of 1

How to install FMDX plugins on Linux Debain

Posted: Tue Dec 02, 2025 12:22 am
by DXLondon
📦 How to install FMDX Webserver Plugins 📦
There are numerous FM-DX Webserver plugins available to install to your server.

⚠️ These plugins are maintained by community members. Install and use at your own risk.
For plugin support, contact the listed authors.

On this tutorial i am going to use the 'Weather Plugin' made by @NoobishSVK.

1. Go to to your fm-dx webserver plugins directory:

Code: Select all

cd ../home/fmdx/fm-dx-webserver/plugins
2. Download the plugins zip file:

Code: Select all

wget https://github.com/NoobishSVK/fm-dx-webserver-plugin-weather/archive/refs/heads/main.zip
3. Exact the plugins zip file:

Code: Select all

unzip main.zip
4. Login to your fm-dx webserver admin area:
http://0.0.0.0:8080/setup

5. Go to the plugins tab in the menu on the left hand side.

6. Select the 'Current weather by noobishSVK [v1.3]' so that it is highlighted.

7. press the 💾 Save icon in the main menu on the left hand side.

8. Return to putty and Reboot your fm-dx server

Code: Select all

 service fm-dx-webserver restart
it may require a whole server reboot you can do this by entering:

Code: Select all

reboot
once your instance has rebooted you will now see the plugin within your fm-dx webserver.

NOTE: Some plugins (Example: Announcement Bar, Preset buttons...) need to be configured. Please check the plugins documentation before installing it and activating it on to your server.