1. Make sure your server is reachable on your network
By default Tori Denshi’s embedded server binds to127.0.0.1 (localhost only), which is not reachable from another device. To fix this:
- Open your config file:
~/Library/Application Support/Tori/config.toml(macOS — path differs on Windows/Linux). - Under
[server], set: - Fully quit and reopen Tori Denshi so the change takes effect.
2. Find your computer’s local IP address
- macOS:
ipconfig getifaddr en0in Terminal - Windows:
ipconfigin Command Prompt, look for “IPv4 Address” - Linux:
ip addrorhostname -I
3. Connect from Tori Tenji
Open the app on your phone, and on the server-setup screen enter:Notes
- Only one Tori server process can bind to the port at a time — don’t run a standalone
toribinary alongside Tori Denshi, they’ll conflict. - Your computer’s local IP can change (e.g. after reconnecting to Wi-Fi). If Tenji suddenly can’t connect, re-check the IP and update it in the app.
- For a permanently reachable address (not tied to your home network), see Remote Access.
