Once your order has been delivered, you will receive an email containing your username and password for logging into the WordPress site's admin panel. The email will also contain the temporary address of the site on Seravo's server. Please remember to save the message!
WordPress Admin Panel
You can access the WordPress admin panel by adding /wp-admin or /admin to the end of the site address. For example, the address of the WordPress admin panel could be https://example.com/wp-admin/. Please note that Seravo uses HTTPS security in the admin panel of all sites to ensure that WordPress user credentials are not transmitted unencrypted over the network.
SSH Credentials and Command Line Usage
The delivery email you receive will also contain your SSH credentials. An SSH (Secure Shell) connection allows you to manage your site directly from the command line, which makes technical maintenance and bulk changes faster.
Many of the tasks you can perform within the WordPress control panel can also be done via the command line using WP-CLI commands. WP-CLI (WordPress Command Line Interface) is a powerful tool for developers:
Example: With the command
wp option updateyou can change the site's main address:wp option update siteurl 'https://example.com'
wp option update home 'https://example.com'
Why Use SSH and WP-CLI?
Speed and Efficiency: Execute complex tasks, such as bulk user modifications or database search/replace operations, significantly faster than through the graphical user interface.
Development: A practical tool for development and migration tasks, as well as for automated scripts.
How To Establish an SSH and SFTP Connection
Check out our detailed instructions on how to establish an SSH and SFTP connection to your site.

