Scalr Server Install - One Server¶
Note
This guide should only be used for POCs or Development environments. To see a production install guide, please visit the following page: Scalr Server Install
Prerequisites¶
- Scalr download token
- Scalr license file
Installation¶
Get the scalr-server package:
# For Debian:
curl -s https://<token>:@packagecloud.io/install/repositories/scalr/scalr-server-ee/script.deb.sh | sudo bash
# For RPM:
curl -s https://<token>:@packagecloud.io/install/repositories/scalr/scalr-server-ee/script.rpm.sh | sudo bash
Install the package:
# For Debian:
apt-get install scalr-server
# For RPM:
yum install scalr-server
Run the following when prompted:
scalr-server-wizard
The step above did two things, created the /etc/scalr-server directory and the scalr-server-secrets.json file.
Please add the license file to the /etc/scalr-server directory
##Paste the license.json file in the following location on each server:##
vi /etc/scalr-server/license.json
Reconfigure the Scalr server:
/opt/scalr-server/bin/scalr-server-ctl reconfigure
You can now log into Scalr by putting the hostname or IP address that is listed as your endpoint in the scalr-server.rb into a browser. To log in the first time, please find the admin password in the /etc/scalr-server/scalr-server-secrets.json file.
"app": {
"admin_password": "password123",
The default username is admin:
