Expose your local JATOS
Introduction
This page is about how to expose your locally installed JATOS to the Internet. That means using your personal computer as a server. If you want to know a bit more about the background, I recommend reading Tunnelling services for exposing localhost to the web. There are several tunneling services and some of those are free or have at least a free offer. Here we concentrate on ngrok and localhost.run. Both are working fine. Just pick one. If you have Windows and don't know SSH, ngrok will suit you best since it has an installer.
But first some general advice:
- This way to bring JATOS online is the easiest to use - but also the least reliable one. Your local computer is prone to accidents (e.g. unplugged power cable, interrupted Internet). If you need a more dependable JATOS look at Bring your JATOS online.
- You have to leave your computer running you want your participants to access your JATOS with your study. Potentially you can use your computer in the mean time, but be aware that everything might interfere with JATOS, e.g. a crashed OS stops JATOS too. Better let your computer run in peace for the duration of your study.
- Find more reliable ways to bring your JATOS online
ngrok
Download & setup ngrok: https://ngrok.com/download
I recommend creating an account with ngrok. It's free and ngrok gives you better connection compared to without.
Start your local JATOS
In your terminal move to the directory where you installed ngrok and start it with:
./ngrok http 9000
The output should look similar to this:
Copy & Paste the URL with https to your browser and check that JATOS is running properly with JATOS' build-in tests.
That's all. Now you can create study links and send them to your participents. Remember to use JATOS under the ngrog.io address when you create study links (and not your localhost one).
More information on https://ngrok.com.
localhost.run
Start your local JATOS
Execute in your terminal
ssh -R 80:localhost:9000 ssh.localhost.run
E.g. the output could look like:
$ ssh -R 80:localhost:9000 ssh.localhost.run
Connect to http://kristian-44bs.localhost.run or https://kristian-44bs.localhost.runCopy & Paste the URL with https to your browser and check that JATOS is running properly with JATOS' build-in tests.
That's all. Now you can create study links and send them to your participents. Remember to use JATOS under the localhost.run address when you create study links (and not your localhost one).
More information on http://localhost.run/.