4 Running ZeroNet on Ubuntu 16.04
Ivanq edited this page 2018-01-06 18:24:04 +03:00

Run the following steps in order:

sudo apt-get install -y wget python-pip python-gevent python-greenlet tmux ufw python-dev unzip
sudo ufw allow 80 443 43110 15441
sudo ufw enable
mkdir projects
cd projects
wget https://github.com/HelloZeroNet/ZeroNet/archive/master.zip
unzip master.zip
mv ZeroNet-master ZeroNet
cd ZeroNet
sudo pip install -r requirements.txt
tmux new -s zeronet
nano zeronet.conf

Add the following:

[global]
optional_limit = 10%
ui_ip = [your box public ip address]
python start.py

Then you can go to browser http://your box ip address:43110 and zeronet should be up!