You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DominikPretzsch edited this page Oct 15, 2014
·
2 revisions
Introduction
multiOTP.exe (which mOTP-CP depends on) is fully client-server configurable. You may set-up OTP-servers in your network and use multiOTP.exe to synchronize with them.
Install multiOTP.exe on the server side
To install multiOTP.exe on the server, extract the multiOTP archive and do the following:
Install the multiOTP web service on the server side. If you are using the unmodified included installer to install it under Windows, the URL for the multiOTP web service will be http://ip.address.of.server:8112
Set the shared secret key you will use to encode the data between the server and the client:
multiotp -config server-secret=MySharedSecret
If you want to allow the client to cache the data on its side, set the options accordingly (enable the cache and define the lifetime of the cache):