UNPKG

arch-wiki-md-repo

Version:

All arch-wiki articles in markdown format, updated every two days.

38 lines (22 loc) 1.66 kB
[Freenet](http://freenetproject.org/) is a free and open source software that aims to provide anonymity and freedom of speech through a decentralized peer-to-peer network. Freenet enables its users to share files anonymously, publish freesites without fear of censorship and more. Data is encrypted and routed through multiple nodes making almost impossible to identify who requested the information and what its content is. ## Contents * [1 Installation and Setup](#Installation_and_Setup) * [2 Configuration](#Configuration) * [2.1 Wizard](#Wizard) * [2.2 Manual Configuration](#Manual_Configuration) ## Installation and Setup [Install](/index.php/Install "Install") the [freenet](https://aur.archlinux.org/packages/freenet/) package. [Start/enable](/index.php/Start/enable "Start/enable") `freenet.service`. ## Configuration You can either let the wizard guide you through the configuration or get your hands dirty by configuring freenet manually. You might want to read about [TrueCrypt](/index.php/TrueCrypt "TrueCrypt") or [EncFS](/index.php/EncFS "EncFS") to protect the data you will be sharing before continuing. ### Wizard You need to visit freenet's web interface at [http://127.0.0.1:8888/](http://127.0.0.1:8888/) and make sure you carefully follow the instructions. Using the private mode of your browser while accessing freenet is a good habit to take. ### Manual Configuration The [Freenet wiki](http://new-wiki.freenetproject.org/Main_Page) will be useful if you decide to configure things by hand. Manual configuration is done by editing ``` /opt/freenet/freenet.ini ``` and ``` /opt/freenet/wrapper.conf ```