index.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <html>
  2. <head>
  3. <title>ArOZ Online Bootloader</title>
  4. <style>
  5. .container{
  6. margin-left:4em;
  7. margin-right: 4em;
  8. }
  9. .divider{
  10. border-bottom: 1px solid #d9d9d9;
  11. width: 100%;
  12. margin-top:12px;
  13. margin-bottom:12px;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <br>
  19. <div class="container">
  20. <h1>Hi there! It seems you have screwed up your system really badly. </h1>
  21. <p>You are seeing this error because you try to do the followings</p>
  22. <ul>
  23. <li>Reinstalling ArozOS on the same host with the same IP address and session key</li>
  24. <li>Trying to copy the ArozOS files to the new image without reinstalling the system</li>
  25. <li>The browser cached the old login session key and ask the new server to login with the old key</li>
  26. </ul>
  27. <p>And hence, the bootloader blocked your access to the main system due to security reasons.</p>
  28. <div class="divider"></div>
  29. <p>In any case, this can be easily solved by pressing the Logout link below and re-login again.</p>
  30. <p>Press the link below to logout, after seeing "OK", get back to the login page and login again.</p>
  31. 1. <a href="./system/auth/logout" target="_blank">Logout API Link</a>
  32. <br><br>
  33. 2. <a href="./login.system">Back to Login Page</a>
  34. <br><br>
  35. If the above instruction still unable to resolve your issue, find me on <a href="https://github.com/tobychui/arozos" target="_blank">https://github.com/tobychui/arozos</a>
  36. <div class="divider"></div>
  37. ArozOS Cloud Operating System, Developed by tobychui since 2016.<br>
  38. </div>
  39. </body>
  40. </html>