[TOS4]Why can't I log into the TOS webpage while other services such as Samba can be accessed normally?
Posted: 10 Jan 2022, 10:33
Troubleshooting
Applicable models:
All TNAS models
Applicable version:
TOS 4.1.x ~ 4.2.x
Solution:
A. Log in to the TNAS terminal with ssh as root, execute the following instrcution:
Refresh the TOS page.
B. If method A does not solve the problem, please excute the following instruction:
Refresh TOS page
c. If method b does not resolve the issue, it is recommended that you reinstall TOS to fix the problem. Additionally, even if method b resolves the issue, the cause of the error is still unclear, and there may likely be other underlying problems. For stability and security reasons, we still recommend that you reinstall TOS.
viewtopic.php?t=423
Applicable models:
All TNAS models
Applicable version:
TOS 4.1.x ~ 4.2.x
Solution:
A. Log in to the TNAS terminal with ssh as root, execute the following instrcution:
Code: Select all
service nginx startB. If method A does not solve the problem, please excute the following instruction:
Code: Select all
service nginx stop
cp /etc.default/nginx/nginx-extend.conf /etc/nginx
cp /etc.default/nginx/nginx-http.conf /etc/nginx
cp /etc.default/nginx/nginx.conf /etc/nginx
service nginx startc. If method b does not resolve the issue, it is recommended that you reinstall TOS to fix the problem. Additionally, even if method b resolves the issue, the cause of the error is still unclear, and there may likely be other underlying problems. For stability and security reasons, we still recommend that you reinstall TOS.
viewtopic.php?t=423