Getting started guide
In a few simple steps.
- Download and compile the sources yourself.
-
Create configuration files.
If no configuration files are created, uhub will use the default parameters, so you can skip this step if you are in a hurry to see it run.As root edit /etc/uhub/uhub.conf
hub_name=My Public Hub
hub_description=Yet another ADC hub
server_port=1511
server_bind_addr=any
max_users=150
-
Start the hub in the foreground for the first time. Shut it down, by pressing CTRL+C.
% uhub
Sat, 21 Dec 24 12:42:26 +0000 INFO: Starting server, listening on :::1511...
-
Connect to the hub using an ADC client, use the address adc://localhost:1511, or replace localhost with the correct hostname or IP address. NOTE: It is important to use the "adc://" prefix, and the port number when using DC++ and other ADC clients.
-
Your mileage may vary -- Good luck!