-
.Net
-
Backup
-
Data Storage Containers
-
Docker Containers
-
Environment Management
- Swap-Domains
- Clone Environment
- Create Environment
- Environment Aliases
- Environment Aliases
- Environment Migration between Regions
- Environment Regions
- Environment Transferring
- Environment Variable
- Environment Variables
- Environment Variables(Apache meaven, Memcached)
- Environment Variables(Go)
- Environment Variables(JAVA)
- Environment Variables(Load Balancer)
- Environment Variables(Node.js)
- Environment Variables(PHP)
- Environment Variables(Ruby)
- How to Migrate a WordPress Site to BitssCloud PaaS
- How to migrate my environments from another Jelastic provider?
- HTTP Headers
- Java VCS Deployment with Maven
- Setting Up Environment
- Share Environment
- Why is my environment in sleeping mode?
- Show all articles (9) Collapse Articles
-
Java
- Environment Variables - Java custom Environment Variables
- Java App server Configuration
- Java Options and Arguments
- Multiple Domains on Tomcat server
- Secure Java Encryption and Decryption
- Spring Boot Standalone and Clustered Java Applications with BitssCloud
- Timezone Data for Java/PHP App Server
- Tomcat HTTP to HTTPS redirect
- WildFly server
-
LiteSpeed Web Server
-
OOM Killer
-
Python
-
Reseller SetUp
-
Secure Socket Layer (SSL)
-
Troubleshooting
-
Account Management
-
CDN
-
Databases
- Database Configuration
- Database Connection Strings
- Database Hosting in BitssCloud
- Environment Variables(Database)
- Galera Cluster not working
- How to export/Import Database via Command line
- How to install MSSQL server on Linux (2017)
- MariaDB/MySQL Auto-Сlustering
- MongoDB Database Backups
- PostgreSQL Database Backups
- PostgreSQL Database Replication
- PostgreSQL Master-Slave Cluster
- Remote Access to PostgreSQL
- Schedule Backups for MySQL and MariaDB Databases
- Scheduling Databases Backups
-
Domain Name Management
- Container Redeploy
- Custom Domain Name
- DNS Hostnames for Direct Connection to Containers
- How to Bind Custom Domain via A Record
- How to Bind Custom Domain via CNAME
- Multiple Custom Domains on an Nginx Web Server
- Multiple Domains with Public IP
- Multiple Public IP Addresses for a Single Container
- Setup WordPress Multisite Network with Domain Mapping and CDN
-
Jenkins
-
Load Balancing
-
PHP
- Creating Environment for PHP
- Deploy PHP Project Via GIT SVN
- How to Check Change PHP Version in BitssCloud
- How to create environment for AngularJs/ReactJs
- How to Enable PHP Extensions
- How to Install Custom PHP Application
- Ion cube Loader
- MariaDB PHP connection
- MySQL PHP Connection
- NGINX PHP
- PHP App Server Configuration
- PHP Connection to MongoDB
- PHP security settings
- PHP Session Clustering
- PostgreSQL PHP Connection
- Running Multiple Domain Names on Apache Server
- Security configuration for Apache
- Zero Downtime (ZDT) Deployment for PHP
- Show all articles (3) Collapse Articles
-
Release Notes
-
Ruby
-
SSH
-
Wordpress
-
Application Management
-
Cluster
-
Deploying Projects
-
Elastic VPS
- CentOS VPS
- Elastic VPS configuratation
- Elastic VPS with full root access
- Installation of cPanel in BitssCloud
- Java Console Application with CentOS VPS
- Linux VPS Access via Public IP
- Linux VPS Access via SSH Gate
- Setting Mail Server Inside CentOS VPS
- Setting Mail Server Inside CentOS VPS
- SSH Access to VPS Gate
- Ubuntu VPS
- Ubuntu with CSF Firewall
-
High Availability
-
Jitsi
-
Node.js
-
Pricing System
-
Request Handling
-
Scaling
- Application Server with horizontal scaling
- Automatic Horizontal Scaling
- Automatic Horizontal Scaling: Multi Nodes
- Automatic Vertical Scaling
- Database Horizontal Scaling
- Docker Containers Horizontal Scaling
- Horizontal Scaling
- Load Balancer with horizontal scaling
- Memcached horizontal scaling
- Storage Container
- VPS Horizontal Scaling
-
Traffic Distributor
-
General
- Apache & NGINX Modules
- BitssCloud Dashboard Guide
- Build and Deploy Hooks
- Cron Job scheduler
- FFMPEG Setup
- File Synchronization
- FTP Overview
- FTP/FTPS Support in BitssCloud
- How to Deploy Magento into BitssCloud PHP Cloud
- How to Enable Expert Mode in JCA
- How to open a support ticket to BitssCloud
- Installation of FTP
- Kubernetes Cluster
- MarketPlace
- Reduce Cloud Waste with Automatically Scheduled Hibernation
- Run Configuration
- SFTP Protocols for Accessing BitssCloud Containers.
- Supported OS Distributions for Docker Containers
- Timezone Addon
- Two-Factor Authentication
- Types of Accounts
- Varnish
- Websockets Support
- What is Cloudlet
- What is PaaS & CaaS
- WordPress AddOn
- Zero Code Change Deploy with No Vendor Lock-In for Smooth Migration across Cloud Platforms
- Show all articles (12) Collapse Articles
-
Go lang
-
Wordpress category
-
Data Storage Container
-
Memcached
-
Account & Pricing
CentOS VPS
Elastic Virtual Private Server on Top of CentOS
CentOS stands for Community ENTerprise Operating System, that is a completely free and community-driven project, with open source code delivered from RHEL Linux distribution. CentOS offers enterprise-grade stability, enhanced with consistent performance, which are achieved through continuous community contribution. As a result, CentOS represents a reliable, low-maintenance and secure option for running virtual private servers.
CentOS VPS Cloud Hosting
To effortlessly set up your own CentOS Elastic VPS inside the Cloud, log in to your BitssCloud account and access environment topology wizard.
The appropriate instance (i.e. CentOS 6.8 or CentOS 7.2) can be found within the expandable options list upon enabling VPS block at the bottom left wizard corner (for the detailed installation guidance, refer to the VPS Configuration page).Note: By default, VPS node is delivered with the automatically attached Public IP address (one per each instance if the server is scaled).BitssCloud provides a set of inbuilt toolsfor applying some basic settings to your VPS instance right via dashboard UI. For more complicated configs, you’ll need to access it via SSH – this can be accomplished in one of the following ways:
- by means of BitssCloud SSH Gate
- via any 3d-party software (i.e. external SSH client) using Public IP address
- through the embedded web-based SSH client
CentOS VPS Access via SSH Gate
To get the most out of your CentOS virtual machine and apply configurations with the full root permissions, you’ll need to access it using SSH protocol. The easiest way to accomplish this is to establish a connection via BitssCloud SSH Gate with the help of your terminal.
It allows to securely connect to entire BitssCloud account and manage all your environments and containers via a single access point.
To navigate through the lists, just type the option index number and press Enter.
Once inside the required CentOS VPS container, you can start applying the necessary configurations as a root user.To access your account via BitssCloud SSH Gate, you need to preliminary perform the following steps:
- generate an SSH Keypair
- add your public SSH key to the dashboard
Tip: Have a look at the detailed guidance to see tips on connection to VPS depending on your local OS.
CentOS VPS Access via Public IP
It is also possible to access your VPS container by means of any preferred SSH software via the attached Public IP address. In this case, the same root privileges are granted as whilst working via BitssCloud SSH Gate.
Note: You can locateyour node Public IP address within email, delivered upon environment creation, or at the dashboard via the Additionally list for the required node.
To establish secure connection to the target container, launch the preferred SSH software (OpenSSH in our example).
Then initiate the connection using your server administration data, i.e. username and IP address, by executing the ssh {username}@{hostname} string (you’ve received this data via email beforehand).
Confirm your identity with the appropriate password and start working with your CentOS virtual machine as a root user. Tip: To get more details on how to establish a connection via Public IP based on the OS that is run on your local machine, refer to the linked guide.
Web-Based CentOS SSH Client
One more way to operate your CentOS virtual private server is to connect to it by means of a special web-based SSH client. It operates yum dependencies manager to skillfully maintain packages within your server and is available right through the BitssCloud dashboard.
Note: This tool is available only for CentOS VPS with Public IP address attached.
1. Click on the Open in browser button next to the required CentOS container at the dashboard.
2. In the opened Console, confirm your identity by inserting the administrator password – it was sent to you via email upon environment setup (use the Copy and Paste buttons at the top panel).
Upon successful authentication, you can start applying the required configurations by means of executing the corresponding yum commands (e.g. yum install, yum remove, yum update, etc).