Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
SQL Server on Linux
In this quickstart, you install SQL Server on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), or Ubuntu in the cloud of your choice. To run SQL Server on Linux in Azure, see Provision a Linux virtual machine running SQL Server in the Azure portal.
If you choose to run a paid edition of SQL Server, you must bring your own license (BYOL).
Note
Starting in SQL Server 2025 (17.x), SUSE Linux Enterprise Server (SLES) isn't supported.
Amazon Web Services
Create a Linux AMI with at least 2 GB of memory from the marketplace:
Connect to the AMI by using ssh.
Follow the quickstart for the Linux distribution you chose:
Configure for remote connections:
Open the Amazon EC2 console.
In the navigation pane, choose Security Groups.
Choose Inbound, Edit, Add Rule.
Add an inbound rule to allow traffic on the port on which SQL Server listens (default TCP port 1433).
Digital Ocean
Sign in to the control panel and select Create a droplet.
Choose an Ubuntu 22.04 droplet with at least 2 GB of memory.
Connect to the droplet by using ssh.
Follow the Quickstart: Install SQL Server and create a database on Ubuntu.
Configure for remote connections:
At the top of the Control Panel, follow the Networking link and then select Firewalls.
Add an inbound rule to allow traffic on the port on which SQL Server listens (default TCP port 1433).
Google Cloud Platform
Create a Linux image with at least 2 GB of memory from the Cloud Launcher:
Connect to the image by using ssh.
Follow the quickstart for the Linux distribution you chose:
Configure for remote connections:
Go to the Firewall Rules.
Add an inbound rule to allow traffic on the port on which SQL Server listens (default TCP port 1433).