WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

455

I just thought I would take a look at Zeronet and the 8chan fiasco seemed like a good opportunity to play with it.

My debian machine is headless, so I used the following:

As root:

  • apt update
  • apt install msgpack-python python-gevent

As normal user:

Modified zeronet.conf to browse from windows machine:

[global]

ui_port = 43110
ui_ip = 192.168.1.101
ui_host =  max.home.lan

fileserver_port = 34791

fyi, ymmv.

I just thought I would take a look at Zeronet and the 8chan fiasco seemed like a good opportunity to play with it. My debian machine is headless, so I used the following: As root: * apt update * apt install msgpack-python python-gevent As normal user: * wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz * tar xvpfz master.tar.gz * cd ZeroNet-master * Start with python zeronet.py Modified zeronet.conf to browse from windows machine: [global] ui_port = 43110 ui_ip = 192.168.1.101 ui_host = max.home.lan fileserver_port = 34791 fyi, ymmv.

(post is archived)