tor-doc-win32.html 8.3 KB

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