Server

Operations with Server

SSH server with credentials

ssh nbh@ip_address

We installed LEMP stack for the server to run WordPress

// Linux
nbh@nbhse:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04 LTS
Release:        20.04
Codename:       focal

// Nginx
/etc/nginx

// MySQL
nbh@nbhse:~$ mysql -v
mysql  Ver 8.0.20-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))

// PHP - HOME
/etc/php/7.4

// PHP - php.ini
/etc/php/7.4/fpm/php.ini

Restart or Reload Server from UpCloud Control Panel

You can restart the server from the control panel of UpCloud control panel

Restart or Reload Server from Command Line

// Restart Server
sudo reboot now
// Restart Nginx
sudo systemctl restart nginx

Last updated

Was this helpful?