목차

,

uTorrent

유명한 토렌트 프로그램이다.

마그넷 (Magnet)도 지원한다.

uTorrent Server

http://hobbycoder.tistory.com/31

설치

받은 뒤 압축을 푼다.

# get the file with this command:

wget http://download.utorrent.com/linux/utorrent-server-3.0-23418.tar.gz

# make sure you got it ls # if you got it, extract it tar zxvf utorrent-server-3.0-23418.tar.gz (as i said name might be different) 4. go into the folder created ls cd utorrent-server-3.0-21701 5. run the program ./utserver 6. open a website to the machine on port 8080

http://localhost:8080

(might be different for some)

실행

./utserver -옵션

설정

utserver.conf를 만들고 설정하면 된다.

Webui

uTorrent의 '옵션(Option) - 설정(Preferences) - 웹 인터페이스(Web UI)'에서 사용할 수수 있도록 설정을 해준다.

  이제 설정이 완료되었으니 uTorrent를 재시작 후 웹에서 접속을 해봅시다.

주소 : http://자신의IP주소:포트번호/gui/

예를들어 IP 가 111.111.0.0 이고, 포트번호가 8080 일 경우경우 주소는 아래와 같다.

http://111.111.0.0:8080/gui/

(http: 를 안쓰면 접속이 안되는 경우도경우도 있으니 http: 모두 적어서 접속하면 된다.)

또는 아이디와 비밀번호를 URL 에 같이 입력할 수 있는데 보안상 위험하므로 추천하지는 않는다. (아이디/비밀번호가 그대로그대로 노출되기 때문에) 방법은 아래와 같다.

http://아이디:비밀번호@자신의IP주소:포트번호/gui/

^ 로긴 후 수정하실 수 있다. 관심있는 분들의 많은 참여 부탁준다. 문법은 Formatting Syntax참조하라. |