tor-doc-win32.html 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  2. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  4. <head>
  5. <title>Tor MS Windows Install Instructions</title>
  6. <meta name="Author" content="Roger Dingledine" />
  7. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  8. <link rel="stylesheet" type="text/css" href="stylesheet.css" />
  9. <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
  10. </head>
  11. <body>
  12. <!-- TITLE BAR & NAVIGATION -->
  13. <table class="banner" border="0" cellpadding="0" cellspacing="0">
  14. <tr>
  15. <td class="banner-left"></td>
  16. <td class="banner-middle">
  17. <a href="/">Home</a>
  18. <a href="/overview">Overview</a>
  19. <a href="/download">Download</a>
  20. <a href="/documentation">Docs</a>
  21. <a href="/volunteer">Volunteer</a>
  22. <a href="/people">People</a>
  23. <a href="/donate">Donate!</a>
  24. </td>
  25. <td class="banner-right"></td>
  26. </tr>
  27. </table>
  28. <!-- END TITLE BAR & NAVIGATION -->
  29. <div class="center">
  30. <div class="main-column">
  31. <p>
  32. This document is obsolete. See the new <a
  33. href="http://tor.eff.org/documentation">Tor documentation</a> page.
  34. </p>
  35. <h1>Running the <a href="http://tor.eff.org/">Tor</a> client on MS Windows</h1>
  36. <br />
  37. <p>
  38. <b>Note that these are the installation instructions for running a Tor
  39. client on MS Windows (98, 98SE, NT4, 2000, XP, Server).
  40. If you want to relay traffic for others to help the network grow (please
  41. do), read the <a href="tor-doc-server.html">Configuring a server</a>
  42. guide.</b>
  43. </p>
  44. <hr />
  45. <a id="installing"></a>
  46. <h2><a class="anchor" href="#installing">Step One: Download and Install Tor</a></h2>
  47. <br />
  48. <p>
  49. The install for MS Windows bundles <a href="http://tor.eff.org/">Tor</a>,
  50. <a href="http://www.freehaven.net/~edmanm/torcp/">TorCP</a>
  51. (a Tor controller that lets you monitor and control Tor), and <a
  52. href="http://www.privoxy.org">Privoxy</a> (a filtering web proxy) into
  53. one package, with the three applications pre-configured to work together.
  54. <a href="http://tor.eff.org/download">Download either the stable or
  55. the experimental version from the download page</a>.
  56. </p>
  57. <p>
  58. <b>If you want to configure yourself to be a Tor server via TorCP,
  59. you will need the experimental version of the bundle.</b>
  60. </p>
  61. <p>If the bundles don't work for you, you can download Tor by itself
  62. from the <a href="http://tor.eff.org/download">download page</a>, and then <a
  63. href="http://tor.eff.org/cvs/tor/doc/tor-doc-unix.html#privoxy">install
  64. and configure Privoxy on your own</a>.
  65. </p>
  66. <img alt="tor installer splash page"
  67. src="http://tor.eff.org/img/screenshot-win32-installer-splash.png" />
  68. <p>If you have previously installed Tor, TorCP, or Privoxy
  69. you can deselect whichever components you do not need to install
  70. in the dialog shown below.
  71. </p>
  72. <img alt="select components to install"
  73. src="http://tor.eff.org/img/screenshot-win32-installer-components.png" />
  74. <p>After you have completed the installer, the components
  75. you selected will automatically be started for you.
  76. </p>
  77. <!--
  78. <p>Tor comes configured as a client by default. It uses a built-in
  79. default configuration file, and most people won't need to change any of
  80. the settings. Tor is now installed.
  81. </p>
  82. -->
  83. <hr />
  84. <a id="using"></a>
  85. <h2><a class="anchor" href="#using">Step Two: Configure your applications to use Tor</a></h2>
  86. <br />
  87. <p>After installing Tor and Privoxy, you need to configure your
  88. applications to use them. The first step is to set up web browsing.</p>
  89. <p>If you're using Firefox (we recommend it), check out our <a
  90. href="tor-switchproxy.html">Tor SwitchProxy howto</a> to set up
  91. a plugin that makes it easy to switch between using Tor and using a
  92. direct connection.</p>
  93. <p>Otherwise, you need to manually configure your browser to HTTP proxy
  94. at localhost port 8118.
  95. (That's where Privoxy listens.)
  96. In Mozilla, this is in Edit|Preferences|Advanced|Proxies.
  97. In Opera 7.5x it's Tools|Preferences|Network|Proxy servers.
  98. In IE, it's Tools|Internet Options|Connections|LAN Settings|Advanced.
  99. You should click the "use the same proxy server for all protocols"
  100. button; but see <a
  101. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">this
  102. note</a> about Tor and ftp proxies.
  103. In IE, this looks something like:</p>
  104. <img alt="Proxy settings in IE"
  105. src="http://tor.eff.org/img/screenshot-win32-ie-proxies.jpg" />
  106. <p>Using Privoxy is <strong>necessary</strong> because <a
  107. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers
  108. leak your DNS requests when they use a SOCKS proxy directly</a>, which
  109. is bad for your anonymity. Privoxy also removes certain dangerous
  110. headers from your web requests, and blocks obnoxious ad sites like
  111. Doubleclick.</p>
  112. <p>To Torify other applications that support HTTP proxies, just
  113. point them at Privoxy (that is, localhost port 8118). To use SOCKS
  114. directly (for instant messaging, Jabber, IRC, etc), you can point
  115. your application directly at Tor (localhost port 9050), but see <a
  116. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">this
  117. FAQ entry</a> for why this may be dangerous. For applications
  118. that support neither SOCKS nor HTTP, take a look at <a
  119. href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">SocksCap</a> or
  120. <a href="http://www.freecap.ru/eng/">FreeCap</a>.
  121. (FreeCap is free software; SocksCap is proprietary.)</p>
  122. <p>For information on how to Torify other applications, check out the
  123. <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify
  124. HOWTO</a>.
  125. </p>
  126. <hr />
  127. <a id="verify"></a>
  128. <h2><a class="anchor" href="#verify">Step Three: Make sure it's working</a></h2>
  129. <br />
  130. <p>
  131. Check to see that Privoxy and TorCP are running and that TorCP has
  132. successfully started Tor. Privoxy's icon is a green or blue circle with a "P"
  133. in it, and TorCP uses a fat grey onion with a green checkmark in your
  134. system notification area, as shown below:
  135. </p>
  136. <img alt="TorCP Tray Icon"
  137. src="http://tor.eff.org/img/screenshot-win32-torcp.png">
  138. <p>
  139. Next, you should try using your browser with Tor and make
  140. sure that your IP address is being anonymized. Click on the <a
  141. href="http://serifos.eecs.harvard.edu/cgi-bin/ipaddr.pl?tor=1">Tor
  142. detector</a> and see whether it thinks you're using Tor or not.
  143. (If that site is down, see <a
  144. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#IsMyConnectionPrivate">this
  145. FAQ entry</a> for more suggestions on how to test your Tor.)
  146. </p>
  147. <p>If you have a personal firewall that limits your computer's
  148. ability to connect to itself, be sure to allow connections from
  149. your local applications to local port 8118 and port 9050. If
  150. your firewall blocks outgoing connections, punch a hole so
  151. it can connect to at least TCP ports 80 and 443, and then see <a
  152. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FirewalledClient">this
  153. FAQ entry</a>.
  154. </p>
  155. <p>If it's still not working, look at <a
  156. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">this
  157. FAQ entry</a> for hints.</p>
  158. <hr />
  159. <a id="server"></a>
  160. <h2><a class="anchor" href="#server">Step Four: Configure it as a server</a></h2>
  161. <br />
  162. <p>The Tor network relies on volunteers to donate bandwidth. The more
  163. people who run servers, the faster the Tor network will be. If you have
  164. at least 20 kilobytes/s each way, please help out Tor by configuring your
  165. Tor to be a server too. We have many features that make Tor servers easy
  166. and convenient, including rate limiting for bandwidth, exit policies so
  167. you can limit your exposure to abuse complaints, and support for dynamic
  168. IP addresses.</p>
  169. <p>Having servers in many different places on the Internet is what
  170. makes Tor users secure. <a
  171. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ServerAnonymity">You
  172. may also get stronger anonymity yourself</a>,
  173. since remote sites can't know whether connections originated at your
  174. computer or were relayed from others.</p>
  175. <p>Read more at our <a href="tor-doc-server.html">Configuring a server</a>
  176. guide.</p>
  177. <hr />
  178. <p>If you have suggestions for improving this document, please post
  179. them on <a href="http://bugs.noreply.org/tor">our bugtracker</a> in the
  180. website category. Thanks!</p>
  181. </div><!-- #main -->
  182. </div>
  183. <div class="bottom" id="bottom">
  184. <i><a href="/contact"
  185. class="smalllink">Webmaster</a></i> - $Id$
  186. </div>
  187. </body>
  188. </html>