Django developtment page does not load on Cloud server

i have bought an ionos cloud (linux/ubuntu) server with:

1v Core Cpu and 1gb of RAM

When i try to host the developtment server (with manage.py runserver) everythin works fine, but when i then try to connect to that server, there is simply a problem loading the page, as if this page isnt avaible.

Note that i didnt install anything else than Django and the requirements for my Project, so no ngix or something.

But what i did is i have set up an UFW firewall to block every port except of port 8000 (on which i am running the testserver)

If you guys have any ideas or questions pls let me know.

PS: its 100% not my Internet connection.

PLS and Thank you.:)

Back to Top