FAQ/ VPS/ vps-ssh-handling

Questions on VPS

11 questions available

1
how to create domain in glassfish server?

After installing Glassfish Server and create the default domain (domain1),you can create additional domains by using local create-domain subcommand.This subcommand creates the configuration of domain.

More...
2
how to get ssh host key fingerprint?

When you connect to a host that you have not connected to before via ssh, then ssh prints a message likeType yes and enter your password. By this ,you have accepted the encryption key of the server. which

More...
3
how to determine jvm version?

You can determine which version of the JDK installed by typing java -version in Terminal.

More...
4
How to login into SSH?

How to login into SSH?Follow the steps to login to SSH.Step 1: Open Putty or Terminal or Console.Step 2: Connect using putty. Enter server ip or host name.Enter your port number.Enter root passwordStep

More...
5
How to make SSH login through User and Superuser?

How to make SSH login through User and Superuser?Follow the below steps to make SSH login through user and superuser.Step 1: Open either Putty or Terminal.Step 2: Then enter the below mentioned code,ssh

More...
6
How can I restart the application server in VPS hosting plan?

How can I restart the application server in VPS hosting plan?If you have purchased any VPS hosting plans, then you can use the Shell or Putty Login to restart your application server. For example, to restart

More...
7
How to edit the SSH config file?

How to edit the SSH config file?Follow the below steps to edit the SSH config file. Step 1: Initially, open the 'Terminal or Putty or Console'.Step 2: Then login to the Server using SSH. Step 3: To edit

More...
8
How to restart the SSH?

How to restart the SSH?Follow the below steps to restart SSH.Step 1: Initially, open the 'Terminal or Putty or Console'.Step 2: Then login to the Server using SSH. Step 3: Now enter the below mentioned

More...
9
How to control the server through root access?

You don't get an SSH access on shared hosting. SSH access will get only in VPS & dedicated server.Click here to know the VPS plans.

More...
10
How to Block, Unblock, and Allow IP address in CSF through linux command line?

Follow the below steps to block, unblock and allow the IP command in CSF.As the first step, you have to login to SSH using Terminal or Putty.How to Login into SSH using Terminal?How to Login into SSH

More...
11
Why the quot Fatal error Call to undefined function mysqli connect quot error occurs?

Why the Fatal error: Call to undefined function mysqli_connect() error occurs?Fatal error occurs, if MySQL is not properly installed and hence it is unable to connect. In order to fix, you have to check

More...