Any chance to start client as daemon?

Asked by mc5686

I would like to run linuxDC++ on my linux server (up and running 24/7) and access it "somehow" from my workstation (dual-boot Linux & Win) that *will* be shut down (or rebooted) from time to time.
What's the best strategy?
TiA

Question information

Language:
English Edit question
Status:
Solved
For:
LinuxDC++ Edit question
Assignee:
No assignee Edit question
Solved by:
Razzloss
Solved:
Last query:
Last reply:
Revision history for this message
Best Razzloss (razzloss) said :
#1

Run vncserver or xpra (https://www.xpra.org/) on linux and under either of those run LinuxDC++. Then connect to that from workstations.

Or implement somekind of daemon mode to ldcpp (patches are accepted).

--RZ

Revision history for this message
mc5686 (mc5686) said :
#2

Thanks Razzloss, that solved my question.