summaryrefslogtreecommitdiff
path: root/security/zeronet/files/pkg-message.in
blob: 57663ad1f59571becb9125dfa8ff7fe9d90ad1d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
======================================================================
You installed ZeroNet: Decentralized websites using Bitcoin crypto.

It is recommended to run ZeroNet as a service:
# sysrc zeronet_enable="YES"
# service zeronet start

To access ZeroNet please navigate to:
http://localhost:43110

You can also run ZeroNet manually (not recommended) with the command:
# su -m %%USER%% -c zeronet

To run ZeroNet commands:
# su -m %%USER%% zeronet cmd {arg1 {arg2 {...}}}
For example, to create a new ZeroNet site:
# su -m %%USER%% zeronet siteCreate

For Tor integration (recommended) please make sure:
* Tor is installed:
  # pkg install tor
* %%LOCALBASE%%/etc/tor/torrc has "ControlPort 9051"
* Tor service runs:
  # service tor start
* zeronet_args in /etc/rc.conf has "--tor enable" or "--tor always"

Without the Tor integration, you need to make sure that your router
has either UPnP enabled, or port 15441 open.

For more details please see the ZeroNet documentation here:
http://zeronet.readthedocs.io/en/latest
======================================================================