# Redis Enterprise Software quickstart 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: 1. [Ensure port availability](#ensure-port-availability) 1. [Install Redis Enterprise Software](#install-redis-enterprise-software) 1. [Set up a Redis Enterprise Software cluster](#set-up-a-cluster) 1. [Create a new Redis database](#create-a-database) 1. [Connect to your Redis database](#connect-to-your-database) **This quickstart is designed for local testing only.** For production environments, see the [install and setup](http://redis.io/docs/latest/operate/rs/installing-upgrading#install-redis-enterprise-software) guide for deployment options and instructions. ## Ensure port availability ### Update `sysctl.conf` to avoid port collisions ### OS conflicts with port 53 ### Configuration for AWS and GCP For detailed configuration instructions, see your cloud provider's documentation. 1. Create a VPC that you can use with regional subnets. 1. 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, 10000-19999 | ICMP | | Ingress | 0.0.0.0/0 | UDP | 53, 5353 | | | Ingress | 10.0.0.0/8 (if subnets use 10. ranges) | all | all | | ## Install Redis Enterprise Software To install Redis Enterprise Software: 1. Download the installation files from the [Redis Enterprise Download Center](http://redis.io/downloads/#software) and copy the download package to a machine with a Linux-based OS. You are required to create a free account to access the download center. 1. Extract the installation files: ```sh tar vxf ``` 1. Run the `install.sh` script in the current directory: ```sh sudo ./install.sh -y ``` ## Set up a cluster To set up your machine as a Redis Enterprise Software cluster: ## Create a database ## Connect to your database After you create the Redis database, you can connect to it and store data. See [Test client connection](http://redis.io/docs/latest/operate/rs/databases/connect/test-client-connectivity) for connection options and examples. ## Supported web browsers 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](http://www.google.com/chrome/), as well as the three previous and three subsequent versions. ## Continue learning with Redis University