Unable to Access Web UI after accidental Rusher CoreDNS start

MitchWUK

Cadet
Joined
Mar 19, 2024
Messages
2
Hi all,

I was having issues with getting docker images onto my server and getting apps into the apps list (still can’t get it working).

But I accidentally started the Rusher CoreDNS and since then I’m getting a Nginx 404 page not found error (even though it still redirects to /ui/).

I presume that it may be a permissions error to the www folder, but just wanted to check before messing around too much.

Any ideas?

Kind regards,
Mitch
 

MitchWUK

Cadet
Joined
Mar 19, 2024
Messages
2
As an FYI to anyone coming across this thread.

1. Login to your Server as root
2. Type 7 then press enter (for Linux Shell)
3. Type the following command (without quotes)
“chmod -R 777 /usr/“

It may not be the most secure way because you are giving permission to the entire folder, but without knowing what user Nginx is running on, it will help with the immediate and allow you to re-gain access to your UI.

TLDR: Don’t be silly and accidentally run a DNS module from TrueNAS without any setup….
 
Top