You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very new to Komga and have been trying to set it up for the past 3 days. I'm just looking for some help online since no solution seems to fix my problem.
My old laptop, with Ubuntu Desktop running on it, is currently being used to host Plex Media Server and I wanted to add Komga Server for my Manga collection. Following Komga JAR file instructions on their official website, I was able to start the server locally and add some libraries to it successfully. To automate the start-up process I created a 'systemd' service that runs the JAR file.
For some reason, I cannot access the Komga web interface remotely using my Ubuntu machine's IP Address from other machines that are connected to the same Local Network and are on the same WiFi. As I mentioned above, my Plex Server can be accessed from any device successfully however it is just the Komga that is just not working. I do not want it to be accessed outside my Local Network hence I am not using Caddy.
I have tried setting baseURL and custom Port for the Komga but nothing seems to be working. DHCP settings on my router are all correct and I have also set my Ubuntu machine's IP Address to be a static one.
Looking forward to any advice or solution you can share for such an issue.
Thank you
Regards,
Nirbhay
The text was updated successfully, but these errors were encountered:
What are the komga logs showing when you open it from outside localhost?
Also how did you set up a static IP? Set from the router itself or from desktop?
Well, judging from your comments, try these (and keep an eye on the logs)
Stop and disable the auto starting using systemd. Run the JAR file manually to check if it's working properly from localhost and via IP:PORT.
Or your desktop may have your firewall (either iptables or ufw) blocking 25600 port. Try manually setting them open. (Im assuming Plex is also installed bare metal, so the port may have opened automatically while installation perhaps).
Also using Caddy doesn't necessarily mean you are exposing it to outside your network. Its just a service that allows you to point at a webserver.
Offtopic, since you are running couple of webservers, I highly recommend looking into docker. Potentially you'll find it helpful to run more servers to help you out. Like a file server to upload files remotely, etc.
Hi @BaccanoMob, hope you are doing well.
I am very new to Komga and have been trying to set it up for the past 3 days. I'm just looking for some help online since no solution seems to fix my problem.
My old laptop, with Ubuntu Desktop running on it, is currently being used to host Plex Media Server and I wanted to add Komga Server for my Manga collection. Following Komga JAR file instructions on their official website, I was able to start the server locally and add some libraries to it successfully. To automate the start-up process I created a 'systemd' service that runs the JAR file.
For some reason, I cannot access the Komga web interface remotely using my Ubuntu machine's IP Address from other machines that are connected to the same Local Network and are on the same WiFi. As I mentioned above, my Plex Server can be accessed from any device successfully however it is just the Komga that is just not working. I do not want it to be accessed outside my Local Network hence I am not using Caddy.
I have tried setting baseURL and custom Port for the Komga but nothing seems to be working. DHCP settings on my router are all correct and I have also set my Ubuntu machine's IP Address to be a static one.
Looking forward to any advice or solution you can share for such an issue.
Thank you
Regards,
Nirbhay
The text was updated successfully, but these errors were encountered: