Initial Server Setup with CentOS7

blog background image

What is centos?

CentOS 7 is a (Community Enterprise Operating System). It’s released on May 2004. It’s totally free operating system distribution for the Linux Kernel.

Introduction

When you want to create a new server, you have to work a few steps, which are part of the basic setup. If you can finish each step successfully, it will work to increase the security, usability of your surveillance and as a solid foundation for your next job.

Step One -Root Login

Actually, the “root” user is the administrator of Linux Environment. And a root user keeps the server’s all control properly.

How to login your server using root? First, you need to your server’s public IP address and the password for the “root” user account.

If you are not connected with your server, please continue, and login as “root” user using the command below.

ssh root@(type your server ip address)

Please acknowledge the host authentication and complete the login process, when it appears, provide your root authentication password.

Step Two – Create a New User

Suppose you are logged in with the root, now you want to create a user named Example. Please see the following command to completely creating a user.

adduser (type your user name)

Now select a password for the new user. To select a new password, enter your new username correctly with the following command.

passwd (type your user name and press enter button)

Type a strong password, and retype it again to verify your new user.

Step Three – Root Privileges

Now, there is a new user account with our regular account facility. However, we will sometimes have to do administrative work.

To avoid logging out our normal user and logging in as root account, we can set up which is known as a "super user" or root facility for our general account. This will allow our common user to run commands with the administrative command over the “sudo” by typing the word before each command.

If you want to add this new benefits with your new user, you will need to add your new user to the "wheel" group. By default, users in CentOS 7 belong to the "wheel" group, so this operating system is allowed to use the "sudo" command.

If you want to add your new user from "root" to the "wheel" group, follow the command below.

gpasswd -a (your user name) wheel

Now your new user can use commands with super user privileges.

Step Four – Configure Your SSH Daemon

Now we can make our server secure by changing our new account's SSH daemon configuration (which we can log in to remotely), which will not allow any remote access to the root account.

Now open the configuration file with text editor from your root user.

vi /etc/ssh/sshd_config

To stop remote login, find the following line.

/etc/ssh/sshd_config (before)
#PermitRootLogin yes

To find the line more easily, please type /PermitRoot and press enter button.

When you find this line properly, now replace “yes” by pressing “cw” then typing “no” and press enter button. When you complete the editing then press the “Escape” button. After saving the file you will see the following line.

/etc/ssh/sshd_config (after)
PermitRootLogin no

Now type :x then press the "Enter" button to save this file and exit.

Step Five – Reload SSH

Now you have changed your configuration, so should be restart SSH so that it uses your new configuration.

To restart SSH type the following command.

systemctl reload sshd

Before logging out of the server, we must check that our new configuration is OK. As long as we can’t confirm that our new connection has been successfully established, we can’t terminate our running connection.

So, open a new window from your server, then login as the new user. You have created a new server configuration, use the following command to verify it.

ssh demo@SERVER_IP_ADDRESS

After you connect your SSH from your new user, then try to test any command with “sudo”.

sudo command_to_run

if all are ok, then you can exit this session by typing,

exit

 

Related Blog Post

Create, collaborate, and turn your ideas into incredible products with the definitive platform for digital design.

How to create cPanel backup from command line

12 December 2022

How to create cPanel backup from command line

This article explains how you can create cPanel backup from the command line, using your own username and password.

Read More
How to install Webuzo Panel on linux Server

12 December 2022

How to install Webuzo Panel on linux Server

Webuzo is a popular alternative to cPanel, a widely used web hosting control panel developed by cPanel, Inc.

Read More
What are NFT Domains?

02 February 2022

What are NFT Domains?

NFT domains are new web extensions that are deployed using ERC 721 and Polygon Network, except .zil which uses Zilliqa.

Read More
How to Delete a MySQL® Database

01 January 2022

How to Delete a MySQL® Database

This document describes how to manually delete a MySQL® database from a cPanel & WHM server. This is useful if, for exa

Read More
How to get Transfer Authorization Code from GoDaddy

11 November 2021

How to get Transfer Authorization Code from GoDaddy

To transfer your domain with us then must need EPP Code.

Read More

Got a question!

Contact us at