nbh
  • Intro
  • nbh.se
    • Font
    • Theme
    • Plugins
    • Mail Service
    • Sitemap
  • Backend
    • Server
    • DNS
    • SSL
    • Database
    • Firewall
  • How-To
    • Add a Page
    • Add a News or Insight
    • Add NBH Layer
    • Add Custom Code
    • Add Mobile Views
    • Arrange Orders
    • Modify Header
    • Modify Footer
    • Modify Menu
    • Clear Cache
    • Modify Social Appearance
Powered by GitBook
On this page
  • Restart or Reload Server from UpCloud Control Panel
  • Restart or Reload Server from Command Line

Was this helpful?

  1. Backend

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
PreviousSitemapNextDNS

Last updated 4 years ago

Was this helpful?