DesktopServer for WordPress
DesktopServer for WordPress
Description
DesktopServer for WordPress eases localhost to live server deployment by publishing hosting provider server details via a protected XML-RPC feed and API to an authorized administrator only. It also provides assisted deployments to hosting providers that support file system direct.
Installation
Upload the DesktopServer for WordPress plugin and activate it. Then using DesktopServer’s export feature, select Export, followed by the “Fetch live hosting server details” checkbox. For more information, please visit http://serverpress.com/.
Faq
Do I have to use this plugin in order to use DesktopServer locally?
No. The DesktopServer plugin is installed on a live site only when you are ready to deploy your local install to the live site. It is not required for local development.
After deployment, do I need to keep this plugin active?
No. Since this is only needed during the deploy process, once deployment is complete this plugin is automatically removed and does not need to be reinstalled.
Is this secure?
Yes! The DesktopServer plugin provides information to the DesktopServer application about your live site. But it requires a valid admin login. So as long as you are using secure passwords on your live site, you are secure.
Reviews
Buggy as hell, slow ; screwed my internet connection
By stephanepi on September 5, 2017
Great product, fantastic tech support
By deira on May 27, 2017
Customer for 2 years - no more
By Blitzburgh on April 19, 2017
Fine code, fine company and the finest support
By uihlein on July 11, 2017
Glitchy, Buggy and rarely works smoothly
By mrpablosanchez on January 23, 2017
Then Next Evolution in Localhosting
By ArchieOC on November 12, 2016
Works as advertised
By Scott DeLuzio (scott.deluzio) on September 8, 2016
Just a thanks and a wee bit o' praise
By nealumphred on September 3, 2016
Thanks again for the great product and the free update!
ServerPress does exactly as it claims and the team has given me prompt and able support when I needed it in the past.
Keep on keepin' on . . .
Desktop Server does not work for me 🙁
By moriyak on September 3, 2016
Hey guys!
I made a mistake and installed the online server before installing the desktop server. Now, when I ask the desktop server to connect to my website it simply shows me the following message. What can I do?
Forbidden
You don't have permission to access /wp-admin/install.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Thank you for your help!
ServerPress serves!
By danwpc on September 3, 2016
So...I had a problem with a couple of local sites not being found. I decided to contact tech support. Within a short time I got an email asking if they could call me to troubleshoot. What?! Who else does that? Nobody that I know of! Not only did Gregg track down my problem (something I'd messed up when editing my hosts file earlier in the day), he showed me a bunch of new stuff.
Seriously, people, unless this company does something really funky I'm a customer for life. Their product really works. Best $99 I've spent in a long time.
Changelog
1.6.2 – May 23, 2018
- add sanitizing of API inputs.
- add translation wrapper function on translatable strings.
1.6.1 – Jun 2, 2016
- reset value of ds_deploy directory for (old) XMLRPC API calls for better backward compatibility
1.6.0 – Jun 1, 2016
- Add custom endpoint API as alternate to XMLRPC.
1.5.2
- Bump version number.
1.5.1
- Accommodate servers that are missing DIR magic constants (bluehost).
1.5.0
- Updated MySQL interface to PDO; resolved “Unexpected Response” pertaining to mysql_connect deprecated warnings.
- Transfers htaccess last to prevent accidental lockout during deployment.
- Error reporting fix provides more feedback.
- Supports hosts running PHP 5.5.X
1.4.0
- Updated support for GoDaddy’s non-standard, ever changing, SUBDOMIN_DOCUMENT_ROOT definition for addon domains.
1.3.0
- Added support for GoDaddy’s REAL_DOCUMENT_ROOT, supports subdomain and addon domains
1.2.0
- Added temporary session details for processing database thread in chunks.
- Added expanded memory and timeout overrides for limited hosts.
1.1.2
- Enforce correct file and folder permissions
1.1.1
- Add fix for deployment from/to Windows based systems
1.1.0
- Allow only users with core update capability only
- Added deployment functionality
- Re-coded into OOP