netflix-proxy github repo install 

git hub address: https://github.com/ab77/netflix-proxy

it has issue to install on Ubuntu machine, due to python issue, init will fail as well

run following commands in sequence

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
#sudo apt-get install python3.6 - no need run this one
sudo install passlib   #install passlib
apt-get update\
  && apt-get -y install vim dnsutils curl sudo\
  && curl -fsSL https://get.docker.com/ | sh || apt-get -y install docker.io\
  && mkdir -p ~/netflix-proxy\
  && cd ~/netflix-proxy\
  && curl -fsSL https://github.com/ab77/netflix-proxy/archive/latest.tar.gz | gunzip - | tar x --strip-components=1\
  && ./build.sh

after done, need manual update the password to enable you login

root@VM-16-6-ubuntu:~/netflix-proxy/auth# . admin-reset.sh
Please enter a new admin password:
~/netflix-proxy/auth ~/netflix-proxy/auth
~/netflix-proxy/auth
rc=0
root@VM-16-6-ubuntu:~/netflix-proxy/auth#

web management portal

http://xxx.xxx.xxx.xxx:8080/

Add IP