own-instance.rst 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. ===========================
  2. Why use a private instance?
  3. ===========================
  4. .. sidebar:: Is it worth to run my own instance?
  5. \.\. is a common question among SearXNG users. Before answering this
  6. question, see what options a SearXNG user has.
  7. .. contents::
  8. :depth: 2
  9. :local:
  10. :backlinks: entry
  11. Public instances are open to everyone who has access to its URL. Usually, these
  12. are operated by unknown parties (from the users' point of view). Private
  13. instances can be used by a select group of people. It is for example a SearXNG of
  14. group of friends or a company which can be accessed through VPN. Also it can be
  15. single user one which runs on the user's laptop.
  16. To gain more insight on how these instances work let's dive into how SearXNG
  17. protects its users.
  18. .. _SearXNG protect privacy:
  19. How does SearXNG protect privacy?
  20. =================================
  21. SearXNG protects the privacy of its users in multiple ways regardless of the type
  22. of the instance (private, public). Removal of private data from search requests
  23. comes in three forms:
  24. 1. removal of private data from requests going to search services
  25. 2. not forwarding anything from a third party services through search services
  26. (e.g. advertisement)
  27. 3. removal of private data from requests going to the result pages
  28. Removing private data means not sending cookies to external search engines and
  29. generating a random browser profile for every request. Thus, it does not matter
  30. if a public or private instance handles the request, because it is anonymized in
  31. both cases. IP addresses will be the IP of the instance. But SearXNG can be
  32. configured to use proxy or Tor. `Result proxy
  33. <https://github.com/asciimoo/morty>`__ is supported, too.
  34. SearXNG does not serve ads or tracking content unlike most search services. So
  35. private data is not forwarded to third parties who might monetize it. Besides
  36. protecting users from search services, both referring page and search query are
  37. hidden from visited result pages.
  38. What are the consequences of using public instances?
  39. ----------------------------------------------------
  40. If someone uses a public instance, they have to trust the administrator of that
  41. instance. This means that the user of the public instance does not know whether
  42. their requests are logged, aggregated and sent or sold to a third party.
  43. Also, public instances without proper protection are more vulnerable to abusing
  44. the search service, In this case the external service in exchange returns
  45. CAPTCHAs or bans the IP of the instance. Thus, search requests return less
  46. results.
  47. I see. What about private instances?
  48. ------------------------------------
  49. If users run their :ref:`own instances <installation>`, everything is in their
  50. control: the source code, logging settings and private data. Unknown instance
  51. administrators do not have to be trusted.
  52. Furthermore, as the default settings of their instance is editable, there is no
  53. need to use cookies to tailor SearXNG to their needs. So preferences will not be
  54. reset to defaults when clearing browser cookies. As settings are stored on
  55. their computer, it will not be accessible to others as long as their computer is
  56. not compromised.
  57. Conclusion
  58. ==========
  59. Always use an instance which is operated by people you trust. The privacy
  60. features of SearXNG are available to users no matter what kind of instance they
  61. use.
  62. If someone is on the go or just wants to try SearXNG for the first time public
  63. instances are the best choices. Additionally, public instance are making a
  64. world a better place, because those who cannot or do not want to run an
  65. instance, have access to a privacy respecting search service.