• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Using Plesk to Host a Web Interface for Stepper Motor Control

karl25

New Pleskian
Hi everyone,

I’m currently working on a DIY automation project involving stepper motors (NEMA 17 and 23) controlled via a Raspberry Pi. My goal is to control the motors remotely through a simple web interface. Since I already have a VPS with Plesk installed for other projects, I thought, why not host the motor control interface there?

I’ve built a basic Flask/Python web app that sends commands to the Pi via HTTP requests. The backend on the Pi then drives the stepper motors using a DRV8825 driver.

I’m curious if anyone else here has tried something similar:

Hosting a motor control panel (UI) on a Plesk-managed server

Communicating securely between the Plesk server and a local Pi that controls stepper motors

Using tools like Node.js, Flask, or PHP for the frontend/backend

Handling remote access and authentication securely

Any tips on configuring Plesk for this kind of setup (e.g., firewall rules, SSL, reverse proxying) would also be appreciated.

Would love to see how others are integrating web tech with motion control!

Cheers,
Karl
 
I have no experience hosting Flask or Python applications on Plesk servers myself. But I came across this blog that might be helpful for you're use case:
 
Back
Top