Question

How to access to Wordpress web interface

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?


Submit an answer


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!

Sign In or Sign Up to Answer

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.

alexdo
Site Moderator
Site Moderator badge
July 5, 2024

Heya, @jasurcrab

Typically, the default login page for WordPress is located at yourdomain.com/wp-admin or yourdomain.com/wp-login.php. If these URLs do not work, the login URL might have been changed for security reasons.

Many security plugins allow changing the default login URL. If you have access to the server or the WordPress files, check the plugins installed in the wp-content/plugins directory. If you have access to the server and WP-CLI is installed, you can list the active plugins to see if any security plugins are active:

wp plugin list --status=active

This might help identify if a plugin is responsible for changing the login URL.

Regards

KFSys
Site Moderator
Site Moderator badge
July 2, 2024

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.

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.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more