Hi,

I am working a client-server project, with a server being sold and client distributed for free. I need to somehow protect the server software from being replicated onto others computers. I have already implemented a licensing system, which heavily limits the concurrent connection limit, but the software can still be copied.

Any protection ideas?

Thanks for any help,