in ssh-console I continue installation and put Domain/Subdomain name: website-tsc
and how I can access to my admin panel or web interface of wordpress?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Once you complete the WordPress setup via SSH, then you can access your WordPress instance as normal via the
wp-admin
url.For example if the domain name that you used during the initial setup via SSH was
example.com
you will be able to access your WordPress admin dashboard viahttp://example.com/wp-admin
.You can also take a look at this step by step tutorial here on how to use the 1-Click WordPress installation from the Marketplace:
Let me know if you have any questions!
- Bobby
Hi,
In standart, wordpress admin page is below with alternatives
http://domain.tld/wp-admin/ https://domain.tld/wp-admin/ http://domain.tld/wp-login.php https://domain.tld/wp-login.php
Can you try and inform here.
By the way, server’s 80 (for http) and 443 (for https) ports must have been open.
Heya,
Once you complete the steps in the initial setup, you need to open the domain you set in the console like so - https://DomainnameHere.com/wp-login.php
that should do the trick for you.