Skip to content

Administration

Resolve common Turbo Server administration issues.


Administration Site Login Reloads

Problem

  • Submitting credentials reloads the login form instead of signing you in.

Solutions

  • Verify the server clock is accurate; correct any time drift and restart the server to refresh authentication tokens.

Related

Cannot Connect To SQL Server

Problem

  • Administration actions that rely on SQL Server fail because the instance is unreachable.

Solutions

  • Enable remote connections in SQL Server Management Studio.
  • Enable TCP/IP in SQL Server Network Configuration.
  • Open the SQL port (default 1433) in Windows Firewall inbound rules; include the port in remote SSMS connections (for example, TURBOSERVER\\turbo,1433).
  • Enable both Windows and SQL authentication in SQL Server Management Studio.

Related