- Go to
Tools -> Add-ons
- On the add-on window, click on
Get Add-ons
and fill in the textbox with the code358444159
- You get add-on
custom sync server redirector
, choose it. Then clickconfig
on the bottom right - Apply your server ip address
- Restart Anki
Go to Advanced -> Custom sync server
Unless you have set up a reverse proxy to handle encrypted connections, use http
as the protocol. The port will be either the default 27701
, or whatever you have specified in Settings.toml
(if using a reverse proxy, whatever port you configured to accept the front-end connection).
Use the same base url for both the Sync url
and the Media sync url
, but append /msync
to the Media sync url
. Do not append /sync
to the Sync url
.
Even though the AnkiDroid interface will request an email address, this is not required; it will simply be the username you configured with ankisyncd user -a
.