July 2, 20224 yr 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
July 2, 20224 yr Community Expert 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 July 2, 20224 yr by strike
July 3, 20224 yr Author 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:/#
July 3, 20224 yr Community Expert 2 hours ago, kingJahfy said: `use_ssl` is not a command. Working on 6.10.3, but glad you got it fixed
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.