Hi guys. how can I monetize my rustdesk servers? like, imagine I tell client X to pay 1$/month for using my server, how can I authenticate users? (prevent others from using the server so only people who are paying can use).

CONTEXT: I live in a country with very limited internet (like china) so using public servers is not good. I would also have to be able to maintain the costs of the server. so this is not illegal and not unethical.

  • The Stoned Hacker
    link
    12 years ago

    You’d need to set up authentication and some way to take payment. The when the user pays, store data on if/when the user paid and when that expires/renews. Next, when the user authenticates, verify they’ve paid or have access, and go from there.