Here are the instructions for Windows, make sure to have Python and Pip installed in Python Got to https://github.com/nythepegasus/SideJITServer and download the latest release Source Code zip file Extract it and in command prompt switch to that directory. Then the commands bellow are run within the that directory #Run inside SideJITServer directory! ===================================== python -m venv venv #Windows but using Command Prompt/CMD ====================================== .\venv\Scripts\Activate.bat Now let's install all the required packages! ============================================= pip3 install -r requirements.txt pip3 install SideJITServer #Now Pair Your Device, connect to USB, Unlock Phone and Trust when asked ========================================================================= SideJITServer --pair Pay attention to your phone UUID here and the IP address of your SideJITServer and port which should be port 8080 by default Unplug the phone #Install the SideJIT Shortcut ============================== https://www.icloud.com/shortcuts/b0ffc9c3f0e74e7a8f8052c89fa322cf #Run the shortcut and configure it =================================== It will ask for your phone UUID and the IP:port of your SideJITServer and will also ask for some other permission. #How to use =========== On your home Network, When SideJITServer is running; on your iPhone launch the shortcut and pick the app you want to enable JIT For. It should then launch the app with JIT enabled. # If you get a connection lost error or other errors Try this ============================================================== Go to http://ip-of-sidejitserver:8080/re This will refresh the connection I believe Then try to launch the app through the shortcut again ----------------------------- Next time to run the server you can do this manually or create a batch file or script that does this Open the SideJITServer directory in command prompt and then run the following commands start "" pymobiledevice3 remote tunneld --host 0.0.0.0 python -m venv venv .\venv\Scripts\Activate.bat SideJITServer