Control a web server from a wix website

Im trying to control a web server from a wix website on a Local Area Network, is it possible?

Hello,
Can you please describe exact thing you want to implement. So far I can say that if your server is reachable from the global network you need just

fetch('url-to-you-server') 

from your wix site.
Best wishes, Bohdan.