content/operate/rs/7.8/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md
This guide helps you install Redis Enterprise Software on a Linux host to test its capabilities.
When finished, you'll have a simple cluster with a single node:
{{< note >}} This quickstart is designed for local testing only. For production environments, see the [install and setup]({{< relref "/operate/rs/7.8/installing-upgrading#install-redis-enterprise-software" >}}) guide for deployment options and instructions. {{< /note >}}
{{<embed-md "port-availability-embed.md">}}
sysctl.conf to avoid port collisions{{<embed-md "port-collision-avoidance.md">}}
{{<embed-md "port-53.md">}}
For detailed configuration instructions, see your cloud provider's documentation.
Create a VPC that you can use with regional subnets.
Within this VPC, create firewall rules that allow external and internal access for Redis Enterprise Software.
| Ingress/Egress | Source | Protocol | Ports | Other protocols |
|---|---|---|---|---|
| Ingress | 0.0.0.0/0 | TCP | 21, 22, 53, 8001, 8443, 9443, 8070, <nobr>10000-19999</nobr> | ICMP |
| Ingress | 0.0.0.0/0 | UDP | 53, 5353 | |
| Ingress | 10.0.0.0/8 (if subnets use 10. ranges) | all | all |
To install Redis Enterprise Software:
Download the installation files from the Redis Enterprise Download Center and copy the download package to a machine with a Linux-based OS.
{{< note >}} You are required to create a free account to access the download center. {{< /note >}}
Extract the installation files:
tar vxf <downloaded tar file name>
Run the install.sh script in the current directory:
sudo ./install.sh -y
To set up your machine as a Redis Enterprise Software cluster:
{{< embed-md "cluster-setup.md" >}}
{{<embed-md "rs-quick-db-setup-7-8.md">}}
After you create the Redis database, you can connect to it and store data. See [Test client connection]({{< relref "/operate/rs/7.8/databases/connect/test-client-connectivity" >}}) for connection options and examples.
To use the Redis Enterprise Software Cluster Manager UI, you need a modern browser with JavaScript enabled.
The Cluster Manager UI is officially supported for the latest version of Google Chrome, as well as the three previous and three subsequent versions.
{{< university-links >}}