Unable to access unraid GUI | How do I change unraid.net redirect IP address?


Go to solution Solved by kingJahfy,

Recommended Posts

Unable to access Unraid server via web interface. I was forced to change my static IP address. Before replacing my broken router I changed the IP to non-static (DHCP provided). After updating the configuration and rebooting everything I am unable to access the server via web/GUI. I've attached my diagnostics. How can I change to a static IP address from the terminal and reset the redirect to the new IP address?

 

$ http --all http://192.168.1.92
HTTP/1.1 302 Moved Temporarily
Connection: keep-alive
Content-Length: 138
Content-Type: text/html
Date: Sat, 02 Jul 2022 18:54:12 GMT
Location: https://c6c25df20c1fd154bcb8f1adc592a497e3c1d910.unraid.net:443/
Server: nginx

<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

 

 

Context:

Router died and got a new ISP. Figured I would use them for DHCP and move over to business class wireless access points. Only problem is they (ATT Uverse) dont allow you to use the 10.x.x.x block. So I can't configure my server with the same IP address.

bluebox-diagnostics-20220702-1432.zip

Link to comment

You should be able to ssh into your server an enter this command. 

use_ssl no

Then you can access the server webui with the IP address. Go to settings->management access and create a new cert.

 

Edit: And of course set the static IP again, forgot about that.

Edited by strike
Link to comment
  • Solution

I resolved this by editing the `/boot/config/ident.cfg` file on the flash drive (via SSH). Changing `USE_SSL` from `auto` to `no` then running the `reboot` command. `use_ssl` is not a command. Thanks for pointing me in the right direction.

 

root@bluebox:/# use_ssl no
-bash: use_ssl: command not found
root@bluebox:/# fd use_ssl
^Croot@bluebox:/#

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.