Fedora 43 with forgejo package, no install web page

I install fedora 43 server on a virtual device, after I do dnf update, then I want to install forgejo package on the server to deploy a git service. But after I install forgejo, and sudo systemctl restart forgejo.service, I open a web with anorther PC, but get web just as

but I don’t see the login page?

releate versions of the packageI install fedora 43 server on a virtual device, after I do dnf update, then I want to install forgejo package on the server to deploy a git service. But after I install forgejo, and ``sudo systemctl restart forgejo.service``, I open a web with anorther PC, but get web just as

but I don’t see the login page?

releate versions of the package

Linux localhost.localdomain 6.17.8-300.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 14 01:47:12 UTC 2025 x86_64 GNU/Linux

Are you using the IPaddress:3000 to configure the web access, first?

While testing I got an error and was starting /usr/local/bin/forgejo manually, after that I could open the webui and got to the setup page.

With a default server install you should be able to connect over serveripaddress:9090 to manage it and also verifier the logfiles.

When I try to start forgejo with:

sudo systemctl status forgejo
[sudo] password for ilikelinux: 
× forgejo.service - Forgejo (Beyond coding. We forge.)
     Loaded: loaded (/usr/lib/systemd/system/forgejo.service; enabled; preset: disabled)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
     Active: failed (Result: exit-code) since Mon 2025-12-01 10:21:37 -03; 1min 27s ago
   Duration: 30ms
 Invocation: 2450e20f377641c9b870cd47d6e7bb16
    Process: 3863 ExecStart=/usr/local/bin/forgejo web --config /etc/forgejo/app.ini (code=exited, status=203/EXEC)
   Main PID: 3863 (code=exited, status=203/EXEC)
   Mem peak: 1.3M
        CPU: 8ms

dez 01 10:21:37 rpi5 systemd[1]: forgejo.service: Scheduled restart job, restart counter is at 564.
dez 01 10:21:37 rpi5 systemd[1]: forgejo.service: Start request repeated too quickly.
dez 01 10:21:37 rpi5 systemd[1]: forgejo.service: Failed with result 'exit-code'.
dez 01 10:21:37 rpi5 systemd[1]: Failed to start forgejo.service - Forgejo (Beyond coding. We forge.).

I moved it from Ask to Project Discussion to find out if there is something wrong with the package.

As I can confirm the Setup page has to be started manually … see systemctl output above.