| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 | ===========================Why use a private instance?===========================.. sidebar:: Is it worth to run my own instance?  \.\. is a common question among SearXNG users.  Before answering this  question, see what options a SearXNG user has... contents::   :depth: 2   :local:   :backlinks: entryPublic instances are open to everyone who has access to its URL.  Usually, theseare operated by unknown parties (from the users' point of view).  Privateinstances can be used by a select group of people.  It is for example a SearXNG ofgroup of friends or a company which can be accessed through VPN.  Also it can besingle user one which runs on the user's laptop.To gain more insight on how these instances work let's dive into how SearXNGprotects its users... _SearXNG protect privacy:How does SearXNG protect privacy?=================================SearXNG protects the privacy of its users in multiple ways regardless of the typeof the instance (private, public).  Removal of private data from search requestscomes in three forms: 1. removal of private data from requests going to search services 2. not forwarding anything from a third party services through search services    (e.g. advertisement) 3. removal of private data from requests going to the result pagesRemoving private data means not sending cookies to external search engines andgenerating a random browser profile for every request.  Thus, it does not matterif a public or private instance handles the request, because it is anonymized inboth cases.  IP addresses will be the IP of the instance.  But SearXNG can beconfigured to use proxy or Tor.  `Result proxy<https://github.com/asciimoo/morty>`__ is supported, too.SearXNG does not serve ads or tracking content unlike most search services.  Soprivate data is not forwarded to third parties who might monetize it.  Besidesprotecting users from search services, both referring page and search query arehidden from visited result pages.What are the consequences of using public instances?----------------------------------------------------If someone uses a public instance, they have to trust the administrator of thatinstance.  This means that the user of the public instance does not know whethertheir requests are logged, aggregated and sent or sold to a third party.Also, public instances without proper protection are more vulnerable to abusingthe search service, In this case the external service in exchange returnsCAPTCHAs or bans the IP of the instance.  Thus, search requests return lessresults.I see. What about private instances?------------------------------------If users run their :ref:`own instances <installation>`, everything is in theircontrol: the source code, logging settings and private data.  Unknown instanceadministrators do not have to be trusted.Furthermore, as the default settings of their instance is editable, there is noneed to use cookies to tailor SearXNG to their needs.  So preferences will not bereset to defaults when clearing browser cookies.  As settings are stored ontheir computer, it will not be accessible to others as long as their computer isnot compromised.Conclusion==========Always use an instance which is operated by people you trust.  The privacyfeatures of SearXNG are available to users no matter what kind of instance theyuse.If someone is on the go or just wants to try SearXNG for the first time publicinstances are the best choices.  Additionally, public instance are making aworld a better place, because those who cannot or do not want to run aninstance, have access to a privacy respecting search service.
 |