Skip to content
Lars Kreisz edited this page Apr 14, 2014 · 7 revisions

I'm running the eiskalt daemon and this webinterface on my raspberry pi (install eiskalt daemon on raspbian wheezy) but it should run on any other system. Just install/compile the latest version of eiskalt daemon and serve this webinterface via http:

  • Run the daemon once and kill it:
eiskaltdcpp-daemon
  • It created it's default config files under ~/.eiskaltdcpp. You should add the following lines into ~/.eiskaltdc++/DCPlusPlus.xml:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<DCPlusPlus>
  <Settings>
    <Nick>MyNickname</Nick>
Clone this wiki locally