Connect to database using SQL Server Management Studio Print

  • database, ssms, sql, plesk database, connect
  • 4

To connect to database on Plesk, download and install SQL Server Management Studio. Community version can be found on Microsoft website. Once installed, follow below steps to connect

  1. Open SQL Server Management Console
  2. A dialog box will appear asking for connection details(image below). If it doesn't, then you can click connect to server(highlighted in yellow).
  3. Below are connection details:
    1. Server Type: Database Engine
    2. Server name:

      Plesk Server: (For users with https://plesk.valuehosted.com:8443/ as Plesk Admin Login)
      MSSQLSERVER2017: plesk.valuehosted.com
      MSSQLSERVER2019: plesk.valuehosted.com,1434

      Plesk Bravo Server: (For users with https://bravo-plesk.valuehosted.com:8443 as Plesk Admin Login)
      MSSQLSERVER2017: bravo-plesk.valuehosted.com
      MSSQLSERVER2019: bravo-plesk.valuehosted.com,1434
      MSSQLSERVER2022: bravo-plesk.valuehosted.com,1432

    3. Authentication: SQL Server Authentication
    4. Login: Your database user username
    5. Password Your database user password
  4. Click connect, you should now be able to access your database. 

Was this answer helpful?

« Back

Powered by WHMCompleteSolution