-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Running ZeroNet on VPS
tangdou1 edited this page Jan 24, 2019
·
14 revisions
Take the Debian for example.
- enter the vps as root user using putty
- Run
apt-get update
- Run
apt-get install tmux
- Run
tmux new -s zeronet
- Run
apt-get install msgpack-python python-gevent
- Run
wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz
- Run
tar xvpfz master.tar.gz
- Run
cd ZeroNet-master/plugins
- Run
mv disabled-Bootstrapper Bootstrapper
(optional) - Run
mv disabled-UiPassword UiPassword
- Run
cd ..
- Run
vi zeronet.conf
- write (notice space)(press
i
key)
[global]
fileserver_port = 6666
ui_ip = *
ui_port = 8888
ui_host =
VPS's IP:8888
127.0.0.1:8888
localhost:8888
zero
ui_password = password
- save zeronet.conf(press
Esc
key,input:wq
thenenter
key) - Run
python2 zeronet.py
- open http://
VPS's IP
:8888 ,inputpassword
- close your putty