== Setting up a remote ==
1. In Kodi itself, go:
## {nav name=Settings, icon=cog > Service settings > Control > Allow remote control from applications on other systems > ON}
## {nav name=Settings, icon=cog > Service settings > Control > Allow control of Kodi via HTTP > ON}
### The TCP port here can be changed, and defaults to 8080
### You also need UDP port 9777 for full remote control, which //cannot// be changed.
## Still in {nav name=Settings, icon=cog > Service settings > Control }, set a remote user and password.
## Enable Zeroconf if you want things to be done automatically when locally on the network.
2. In whatever intermediary layers you have between this machine and the internet (local firewall, VPN, router, whatever), make sure to allow or forward those two ports (by default 8080 TCP, and 9777 UDP).
3. Now get a remote:
## [[ https://kodi.wiki/view/Kore | Kore ]] is available for Android via the [[ https://play.google.com/store/apps/details?id=org.xbmc.kore&hl=en_CA | Play Store ]] or [[ https://f-droid.org/en/packages/org.xbmc.kore/ | F-Droid ]].
### If you are on a local network and have Zeroconf enabled for Kodi, you should see it automatically.
### By default you shouldn't need to set the Event Server port, but if you're connecting remotely you might.
== Additional References ==
* https://kodi.wiki/view/Remote_controls
* https://kodi.wiki/view/Kore_Manual
* https://kodi.wiki/view/Smartphone/tablet_remotes (perhaps a bit outdated)