| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 | ===========================Why use a private instance?===========================.. sidebar:: Is running my own instance worth it?  \.\.\.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 their URL.  Usually, theyare operated by unknown parties (from the users' point of view).  Privateinstances can be used by a select group of people, such as a SearXNG instance for agroup of friends, or a company which can be accessed through a VPN.  Instances can also besingle-user instances, which run locally on the user's machine.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 or public).  Removal of private data from search requestscomes in three forms: 1. Removing private data from requests going to search services 2. Not forwarding anything from third party services through search services    (e.g. advertisement) 3. Removing private data from requests going to the results 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.  The IP address used will be the IP of the instance, but SearXNG can also 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.  Therefore,private data is not forwarded to third parties who might monetize it.  Besidesprotecting users from search services, both the referring page and search query arehidden from the results pages being visited.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 abuse ofthe search service, which may cause the external service to enforceCAPTCHAs or to ban the IP address of the instance.  Thus, search requests would 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 are editable, there is noneed to use cookies to tailor SearXNG to their needs and preferences will notreset to defaults when clearing browser cookies.  As settings are stored onthe user's computer, they 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.For those on the go, or just wanting to try SearXNG for the first time, publicinstances are the best choice.  Public instances are also making theworld a better place by giving those who cannot, or do not want to, run aninstance access to a privacy-respecting search service.
 |