Funny. I could have sworn that it compiled.
[tor.git] / doc / tor-doc-win32.html
bloba9eeb5f9f26a6ae15ef5aa65548aaaa4514f15a3
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6 <title>Tor MS Windows Install Instructions</title>
7 <meta name="Author" content="Roger Dingledine" />
8 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9 <link rel="stylesheet" type="text/css" href="stylesheet.css" />
10 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11 </head>
13 <body>
15 <!-- TITLE BAR & NAVIGATION -->
17 <table class="banner" border="0" cellpadding="0" cellspacing="0">
18 <tr>
19 <td class="banner-left"></td>
20 <td class="banner-middle">
21 <a href="/index.html">Home</a>
22 | <a href="/howitworks.html">How It Works</a>
23 | <a href="/download.html">Download</a>
24 | <a href="/documentation.html">Docs</a>
25 | <a href="/users.html">Users</a>
26 | <a href="/faq.html">FAQs</a>
27 | <a href="/volunteer.html">Volunteer</a>
28 | <a href="/developers.html">Developers</a>
29 | <a href="/research.html">Research</a>
30 | <a href="/people.html">People</a>
31 </td>
32 <td class="banner-right"></td>
33 </tr>
34 </table>
36 <!-- END TITLE BAR & NAVIGATION -->
38 <div class="center">
40 <div class="main-column">
42 <h1>Running the <a href="http://tor.eff.org/">Tor</a> client on MS Windows</h1>
43 <br />
45 <p>
46 <b>Note that these are the installation instructions for running a Tor
47 client on MS Windows (98, 98SE, NT4, 2000, XP, Server).
48 If you want to relay traffic for others to help the network grow (please
49 do), read the <a href="tor-doc-server.html">Configuring a server</a>
50 guide.</b>
51 </p>
53 <hr />
54 <a id="installing"></a>
55 <h2><a class="anchor" href="#installing">Step One: Download and Install Tor</a></h2>
56 <br />
58 <p>
59 The latest stable release of Tor for MS Windows is
60 <a href="http://tor.eff.org/dist/win32/tor-0.1.0.15-win32.exe">0.1.0.15</a>.
61 Download it by clicking the link. You may be able to find experimental versions
63 <a href="http://tor.eff.org/dist/win32/">here</a>, if you're looking for
64 new features and new bugs.
65 </p>
67 <p>
68 If you want to run Tor in the system
69 tray and/or as a service have a look at this <a
70 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Win32SystemTrayService">FAQ
71 entry</a>. If you dont mind running in a window (so you can see its logs
72 and errors) our Tor installer should make everything pretty simple. Below
73 is a screenshot of the setup page (your version will probably be newer
74 than the version printed in this screenshot):
75 </p>
77 <img alt="tor installer splash page"
78 src="http://tor.eff.org/img/screenshot-win32-installer-splash.png" />
80 <p>
81 By default, Tor is not configured to run at startup.
82 <!--We highly recommend that you enable that feature, however. -->
83 You can enable this by checking the "Run at startup" box as shown below.
84 Be sure to leave the other boxes checked.
85 </p>
87 <img alt="select components to install"
88 src="http://tor.eff.org/img/screenshot-win32-installer-components.png" />
90 <p>Once the installer is finished, it will run Tor in a window so
91 you can see its logs and errors. (When you wish to browse anonymously,
92 you may minimize this window, but do not close it.)
93 </p>
95 <img alt="tor window screenshot"
96 src="http://tor.eff.org/img/screenshot-win32-dos-window.png" />
98 <p>Tor comes configured as a client by default. It uses a built-in
99 default configuration file, and most people won't need to change any of
100 the settings. Tor is now installed.
101 </p>
103 <hr />
104 <a id="privoxy"></a>
105 <h2><a class="anchor" href="#privoxy">Step Two: Install Privoxy for Web Browsing</a></h2>
106 <br />
108 <p>After installing Tor, you need to configure your applications to use it.
109 </p>
112 The first step is to set up web browsing. Start by installing <a
113 href="http://www.privoxy.org/">Privoxy</a> (click on 'recent releases',
114 then scroll down to the MS Windows installer packages). Privoxy is a filtering
115 web proxy that integrates well with Tor. Once it's installed, it should
116 appear in your system tray as a "P" in a circle, as pictured below:
117 <!-- Exit from
118 Privoxy for now by right clicking on the "P" icon and finding the exit option.-->
119 </p>
121 <img alt="privoxy icon in the system tray"
122 src="http://tor.eff.org/img/screenshot-win32-privoxy-icon.jpg" />
124 <p>You need to configure Privoxy to use Tor.
125 Open Privoxy's main config file by selecting it from Start Menu|All
126 Programs:
127 </p>
129 <img border="1" alt="editing privoxy config"
130 src="http://tor.eff.org/img/screenshot-win32-privoxy-config.png" />
132 <p>Add the line <br>
133 <tt>forward-socks4a / localhost:9050 .</tt><br>
134 to Privoxy's config file. Don't forget to add the dot at the end.
135 The easiest way is to select the above line and copy/paste it into
136 the file. Be sure to save.
137 </p>
139 <img border="1" alt="privoxy points to tor"
140 src="http://tor.eff.org/img/screenshot-win32-privoxy-edit.png" />
142 <p>Privoxy keeps a log file of everything passed through it. In
143 order to stop this you will need to comment out two lines by inserting a
144 # before the line. The two lines are:<br>
145 <tt>logfile privoxy.log</tt><br>
146 and the line <br>
147 <tt>jarfile jar.log</tt><br>
148 Be sure to save.
149 </p>
151 <img border="1" alt="comment out logfile"
152 src="http://tor.eff.org/img/screenshot-win32-privoxy-edit-2.png" />
154 <br>
156 <img border="1" alt="comment out jarfile"
157 src="http://tor.eff.org/img/screenshot-win32-privoxy-edit-3.png" />
159 <br>
161 <p>You'll need to exit and restart Privoxy for the changes to take effect:
162 </p>
163 <ol>
164 <li>Right click on the Privoxy systray icon and choose "Exit Privoxy".</li>
165 <li>Left click on Start Menu then Programs then Privoxy. Select the
166 green "P" Privoxy icon. Privoxy should appear in your system
167 tray again.</li>
168 </ol>
170 <hr />
171 <a id="using"></a>
172 <h2><a class="anchor" href="#using">Step Three: Configure your applications to use Tor</a></h2>
173 <br />
175 <p>After installing Tor and Privoxy, you need to configure your
176 applications to use them. The first step is to set up web browsing.</p>
178 <p>If you're using Firefox (we recommend it), check out our <a
179 href="tor-switchproxy.html">Tor SwitchProxy howto</a> to set up
180 a plugin that makes it easy to switch between using Tor and using a
181 direct connection.</p>
183 <p>Otherwise, you need to manually configure your browser to HTTP proxy
184 at localhost port 8118.
185 (That's where Privoxy listens.)
186 In Mozilla, this is in Edit|Preferences|Advanced|Proxies.
187 In Opera 7.5x it's Tools|Preferences|Network|Proxy servers.
188 In IE, it's Tools|Internet Options|Connections|LAN Settings|Advanced.
189 You should click the "use the same proxy server for all protocols"
190 button; but see <a
191 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">this
192 note</a> about Tor and ftp proxies.
193 In IE, this looks something like:</p>
195 <img alt="Proxy settings in IE"
196 src="http://tor.eff.org/img/screenshot-win32-ie-proxies.jpg" />
198 <p>Using privoxy is <strong>necessary</strong> because <a
199 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers
200 leak your DNS requests when they use a SOCKS proxy directly</a>, which
201 is bad for your anonymity. Privoxy also removes certain dangerous
202 headers from your web requests, and blocks obnoxious ad sites like
203 Doubleclick.</p>
205 <p>To Torify other applications that support HTTP proxies, just
206 point them at Privoxy (that is, localhost port 8118). To use SOCKS
207 directly (for instant messaging, Jabber, IRC, etc), you can point
208 your application directly at Tor (localhost port 9050), but see <a
209 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">this
210 FAQ entry</a> for why this may be dangerous. For applications
211 that support neither SOCKS nor HTTP, take a look at <a
212 href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">SocksCap</a> or
213 <a href="http://www.freecap.ru/eng/">FreeCap</a>.
214 (FreeCap is free software; SocksCap is proprietary.)</p>
216 <p>For information on how to Torify other applications, check out the
217 <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify
218 HOWTO</a>.
219 </p>
221 <hr />
222 <a id="verify"></a>
223 <h2><a class="anchor" href="#verify">Step Four: Make sure it's working</a></h2>
224 <br />
227 <a href="http://ipid.shat.net">ipid.shat.net</a> and
228 <a href="http://www.showmyip.com/">showmyip.com</a>
229 are sites that show what IP address and country you appear to be coming
230 from.
231 </p>
233 <p>If you don't know your current public IP address, this may not be a
234 very useful test. To learn your IP address, go to the Start menu, click
235 Run and enter "<tt>cmd</tt>". At the command prompt, enter "<tt>ipconfig
236 /a</tt>". If you are behind a NAT or firewall, though, you won't be able
237 to learn your public IP address. In this case, you should 1) configure
238 your browser to connect directly (that is, stop using Privoxy), 2) check
239 your IP address with one of the sites above, 3) point your browser back
240 to Privoxy, and 4) see whether your IP address has changed.
241 </p>
243 <p>If you have a personal firewall that limits your computer's
244 ability to connect to itself, be sure to allow connections from
245 your local applications to local port 8118 and port 9050. If
246 your firewall blocks outgoing connections, punch a hole so
247 it can connect to at least TCP ports 80 and 443, and then see <a
248 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FirewalledClient">this
249 FAQ entry</a>.
250 </p>
252 <p>If it's still not working, look at <a
253 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">this
254 FAQ entry</a> for hints.</p>
256 <hr />
257 <a id="server"></a>
258 <h2><a class="anchor" href="#server">Step Five: Configure it as a server</a></h2>
259 <br />
261 <p>The Tor network relies on volunteers to donate bandwidth. The more
262 people who run servers, the faster the Tor network will be. If you have
263 at least 20 kilobytes/s each way, please help out Tor by configuring your
264 Tor to be a server too. We have many features that make Tor servers easy
265 and convenient, including rate limiting for bandwidth, exit policies so
266 you can limit your exposure to abuse complaints, and support for dynamic
267 IP addresses.</p>
269 <p>Having servers in many different places on the Internet is what
270 makes Tor users secure. You may also get stronger anonymity yourself,
271 since remote sites can't know whether connections originated at your
272 computer or were relayed from others.</p>
274 <p>Read more at our <a href="tor-doc-server.html">Configuring a server</a>
275 guide.</p>
277 <hr />
279 <p>If you have suggestions for improving this document, please post
280 them on <a href="http://bugs.noreply.org/tor">our bugtracker</a> in the
281 website category. Thanks!</p>
283 </div><!-- #main -->
284 </div>
285 <div class="bottom" id="bottom">
286 <i><a href="mailto:tor-webmaster@freehaven.net"
287 class="smalllink">Webmaster</a></i> - $Id$
288 </div>
289 </body>
290 </html>