1NICOTINE+(1) General Commands Manual NICOTINE+(1)
2
3
4
6 nicotine - graphical client for the Soulseek peer-to-peer network
7
8
10 nicotine [options]
11
12
14 Nicotine+ is a graphical application that allows users to interact with
15 the Soulseek peer-to-peer network.
16
17
19 -c <file>, --config=<file>
20 Use <file> as configuration file. If <file> does not exists a
21 new empty configuration file will be created.
22
23 -u <dir>, --user-data=<dir>
24 Use <dir> as directory for user data, e.g. list of shared files
25 and downloads. If <dir> does not exists a new empty directory
26 will be created.
27
28 -p <dir>, --plugins=<dir>
29 Use <dir> as directory for plugins. If <dir> does not exists a
30 new empty directory will be created.
31
32 -t, --enable-trayicon
33 Enable the tray icon.
34
35 -d, --disable-trayicon
36 Disable the tray icon.
37
38 -h, --help
39 Show command help and exit.
40
41 -s, --hidden
42 Start the program without showing window.
43
44 -b <ip>, --bindip=<ip>
45 Bind sockets to the given <ip> (useful for VPN).
46
47 -l <port>, --port=<port>
48 Listen on the given port. Overrides the port range configura‐
49 tion.
50
51 -r, --rescan
52 Rescan shared files.
53
54 -n, --headless
55 Start the program in headless mode (no GUI).
56
57 -v, --version
58 Show version number and exit.
59
60
62 The regular exit status of the program is 0.
63 If required dependencies are not present, the exit status is 1.
64 If the given list of arguments cannot be parsed, the exit status is 2.
65
66
68 ~/.config/nicotine/config
69 The configuration file.
70
71 ~/.local/share/nicotine/
72 Other personal files such as downloads, shares and logs.
73
74
76 Nicotine+ Team <https://nicotine-plus.org/>
77
78
79
80 NICOTINE+(1)