Can't access my local server's instance of open edx tutor

I’ve installed open edx tutor on my old laptop, which serves me as a local rockylinux 9 server and is connected to the internet. It has 8Gb RAM. Tutor installed fine, the service starts and I see the web addresses, to open the platform. They are:

http://local.overhang.io
http://studio.local.overhang.io

I can easily ssh to the server from my Fedora 39 machine. The port 80 of the server is open. But I still can’t access the platform.

What am I missing? I’ve been trying to solve the issue for already 2 days. I’ve tried it also on ubuntu server. I had the same negative result.

I appreciate any help. Thank you.

The *.local.overhang.io domain names are for running Open edX locally. This is a confusing term: it means that you can only access the platform from the same computer where it is running. That’s because local.overhang.io points to 127.0.0.1, i.e: localhost (proof)

To run over a network, you need to be able to reach your rockylinux server via a domain name. I suggest the following:

  1. Run tutor local launch again. Do not setup a “local” environment. For the LMS host, type olegrom.com. For the studio, type studio.olegrom.com. Do not enable HTTPS/SSL (because you probably don’t own these DNS records).

  2. On your Fedora computer, modify /etc/hosts to indicate the IP address of your server:

    your.local.ip.address olegrom.com studio.olegrom.com apps.olegrom.com

  3. Open http://olegrom.com

1 Like

Hey Olegrom,

I think there’s some IP/DNS related issue here.

Have you checked this answer is a similar thread

1 Like

Wow, thank you so much for the answer. It is very enlightening. Now I understand the problem. The term “locally” is confusing in this regard, it would be good to make clarify it more in the documentation files. So thanks again, I will follow these steps, and give a feedback.

Hi! It didn’t work for me, unfortunately. I’ve done all the steps, but still can’t access tutor. I’ll just do a real local install on my Fedora machine.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.