Pages

Showing posts with label Login. Show all posts
Showing posts with label Login. Show all posts

Saturday, November 20, 2010

QNAP: WordPress and Connection Information

Newbie users like me will probably be stumped when faced with this ftp log-in screen when trying to update/upgrade/patch WordPress and/or plugins. You can attempt to guess and enter your details but there's a fair chance the whole process will fail midway through the next steps. Why? What to do?

Chris was quite helpful to get me on the right path. I have outlined the steps below for us QNAP users:

Step #1: Download WinSCP (or if you're further advanced feel free to use ssh).

Step #2: Log-in to the NAS as admin
Using username "admin".

Step #3
: Change directories to wordpress
[~] # cd /share/Qweb/wordpress/

Step #4: Change the file permissions of the current folder and sub-folder contents
[/share/Qweb/wordpress] # chown -R httpdusr:administrators ./

Step #5: Exit the console
[/share/Qweb/wordpress] # exit

Step #6: Open your browser, get back to your WordPress admin console
http://(your-ip-address)/wp-login.php

Step #7: Pour yourself a nice beverage

Step #8: Enjoy!

As soon as you're done, make sure to start updating everything.

Security tip: Outdated WordPress installations and plugins are bad.

Enhanced by Zemanta

Friday, March 12, 2010

WHS: Reference Account Locked Out?

Once in a while when I mistakenly log-on to the server shares I get the error message:

"The referenced account is currently locked and may not be logged on to."

Thats not too bad and easy enough to fix unless you have not clue how to RDP into your WHS. There are various help suggestions across this blog and elsewhere if the latter is a secondary issue. :-)

Moving along.... Basically what happened is Windows has locked you out for security purposes. So all you have to do is remote log-in (or physically if you can) into the server and reset the "Account is Locked Out" radio button.

You'll find that particular option by navigating:

My Computer --> Manager --> Local Users and Groups --> Users --> (login account) --> Properties --> (uncheck) Account is Locked Out



Enhanced by Zemanta