logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
djmosq  
#1 Posted : Saturday, June 4, 2016 12:07:14 AM(UTC)
djmosq

Rank: Newbie

Groups: Registered
Joined: 6/4/2016(UTC)
Posts: 1
Location: Russia

Hello to all.
I want to control vmix from global network, and want to control it only by password. How its possible to enable it?

Cheers
Denis
kjones9999  
#2 Posted : Tuesday, June 7, 2016 12:33:51 PM(UTC)
kjones9999

Rank: Advanced Member

Groups: Registered
Joined: 8/20/2014(UTC)
Posts: 388

Thanks: 29 times
Was thanked: 78 time(s) in 50 post(s)
I don't think that is necessary---

In order to do this you are going to have to forward incoming traffic on your router.... you could control it there with some fancy tricks.

Instead, I would change the port of the webserver to something besides port 8088. This will prevent most automated scanning.
desmar  
#3 Posted : Tuesday, June 7, 2016 1:42:57 PM(UTC)
desmar

Rank: Advanced Member

Groups: Registered
Joined: 8/21/2015(UTC)
Posts: 324
Man
Canada
Location: Cornwall, Ontario, Canada

Thanks: 18 times
Was thanked: 80 time(s) in 60 post(s)
VPN with authentication is the only proper way of doing it....
pm  
#4 Posted : Tuesday, June 7, 2016 1:47:12 PM(UTC)
pm

Rank: Advanced Member

Groups: Registered
Joined: 11/28/2015(UTC)
Posts: 182

Thanks: 10 times
Was thanked: 32 time(s) in 27 post(s)
You can't enable a password out of the box.

I have not tried it, but this should work:

Use nginx (http://nginx.org/en/download.html) as a reverse proxy on your vMix computer. There is also a Windows version for download.

You can use this guide:
http://www.robustpercept...o-prometheus-with-nginx/

For generating the htpassword-file use this link:
http://www.htaccesstools.com/htpasswd-generator/

To start nginx as a service:
http://oss-world.blogspo...ndows-service-using.html

As last step you have to add a firewall rule on your local windows firewall which blocks incoming traffic except localhost/127.0.0.1 on port 8088 (default vMix port) to your vMix computer.

Now it's not possible anymore to access the vMix web interface directly, only through the reverse proxy.

Regards

cg4162345  
#5 Posted : Monday, February 19, 2018 7:49:13 AM(UTC)
cg4162345

Rank: Newbie

Groups: Registered
Joined: 2/19/2018(UTC)
Posts: 3

Was thanked: 7 time(s) in 3 post(s)
Remote access to the web controller is possible with this addon I am working on. No port forwarding necessary -- you should just have to update the config file with your vMix port, enable the remote access options, and then run the program. It gives you your remote access URL. https://github.com/curtgrimes/vmix-rest-api

I plan on adding authentication at some point. https://github.com/curtg...s/vmix-rest-api/issues/2
thanks 1 user thanked cg4162345 for this useful post.
rowby on 2/19/2018(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.