7fa320cfc5
added docker and VPS documentation
1.2 KiB
1.2 KiB
Cloud/Server Hosting Onionr
Cloud hosting is not the recommended way to run Onionr, as it gives the cloud provider control over your data.
That said, it is quite useful and by running a 24/7 Onionr node you contribute to the network's health.
Cockbox is the recommended provider, as they do not demand personal information and accept Monero. This is an affiliate link, which gives us a commission at no expense or complication to you.
- Install Onionr like normal or from Docker
- Run with specific host and port to bind to:
$ ./run-onionr-node.py --bind-address 0.0.0.0 --port 8080
- Get the web security token:
$ ./onionr.sh get-web
(the long string at the end of the URL) - Configure Firefox for SSH tunneling.
Set network.proxy.allow_hijacking_localhost
to true in about:config
Disable random host binding in config (general.security.random_bind_ip = false) if you have Onionr auto start. You may also want to disable deniable block inserts.