Need single URL for admin login please

Hello, I’ve trolled the forums and can’t seem to get the clear answer but a lot of discussion about what should work.

We use a product called Remote Desktop Manager (RDM) which allows us to pre-program RDP logins, Web page logins, SSH logins and a host of other automated logins to make our administration jobs easier. Single-click and we’re into a system.

We are trying to automate the administration login to the FreePBX servers.

We can auto-complete forms with RDM successfully with other web GUI pages but we can’t seem to get past the 4 icon login page on FreePBX. We’ve tried the following with no success. Can anyone please let us know the method to allow this to happen?

We’re stuck at the following but can’t get logged in all the way with a URL submission.

http://1.1.1.1/admin/config.php

We’ve tried the following with no success:

http://1.1.1.1/admin/config.php?username=ADMINUSERNAME&password=ADMINPASSWORD

Is it possible for a single URL for admin login?

Thanks to all… Jeff

Here’s the full list of modules and versions if needed:

Admin
Asterisk CLI 2.11.0.3 Schmooze Com Inc Enabled
Backup & Restore 2.11.0.12 Schmooze Com Inc Enabled
Blacklist 2.11.0.4 Schmooze Com Inc Enabled
CallerID Lookup 2.11.1.7 FreePBX Enabled
Custom Applications 2.11.0.1 FreePBX Enabled
Digium Addons 2.11.0.4 Digium Enabled
Feature Code Admin 2.11.0.0 FreePBX Enabled
FreePBX ARI Framework 2.11.0.6 FreePBX Enabled
FreePBX Framework 2.11.0.36 Schmooze Com Inc Enabled
FreePBX Localization Updates 2.11.1.0 FreePBX Enabled
Java SSH 2.11.0.0 FreePBX Enabled
Online Support 2.11.0.1 FreePBX Enabled
Phonebook 2.11.0.1 FreePBX Enabled
Phonebook Directory 2.11.0.0 FreePBX Enabled
Recordings 3.4.0.1 FreePBX Enabled
System Admin 2.11.0.51 Schmooze Com Inc. Enabled
User Management 2.11.0beta9 Schmoozecom.com Enabled
User Panel 2.11.0.0 FreePBX Enabled
iSymphony 1.4.10 Enabled

Applications
Announcements 2.11.0.0 FreePBX Enabled
Call Flow Control 2.11.0.0 FreePBX Enabled
Call Forward 2.11.0.0 FreePBX Enabled
Call Recording 2.11.0.7 Schmooze Com Inc Enabled
Call Waiting 2.11.0.0 FreePBX Enabled
Conferences 2.11.0.3 FreePBX Enabled
Core 2.11.0.23 Schmooze Com Inc Enabled
Directory 2.11.0.3 Schmoozecom.com Enabled
Do-Not-Disturb (DND) 2.11.0.0 FreePBX Enabled
Follow Me 2.11.0.5 FreePBX Enabled
IVR 2.11.0.5 FreePBX Enabled
Info Services 2.11.0.1 FreePBX Enabled
Misc Applications 2.11.0.0 FreePBX Enabled
Misc Destinations 2.11.0.0 FreePBX Enabled
Paging and Intercom 2.11.0.6 FreePBX Enabled
Parking Lot 2.11.0.14 FreePBX Enabled
Queue Priorities 2.11.0.0 FreePBX Enabled
Queues 2.11.0.16 FreePBX Enabled
Ring Groups 2.11.0.4 FreePBX Enabled
Set CallerID 2.11.0.1 Schmoozecom.com Enabled
Time Conditions 2.11.0.2 FreePBX Enabled
Voicemail Notifications 2.11.0.0 Schmoozecom.com Enabled

Connectivity
DAHDi Config 2.11.18 Schmoozecom Enabled
Digium Phones Config 2.11.0.9 Digium Enabled
Extension Routes 2.11.0.1 Schmoozecom.com Enabled
Google Voice/Chan Motif Andrew Nagy Not Installed (Locally available)
OSS PBX End Point Manager Andrew Nagy Not Installed (Locally available)
Outbound Call Limit 2.11.0.0 Schmoozecom.com Enabled

Reports
Asterisk Info 2.11.0.89 Schmooze Com Inc Enabled
Asterisk Logfiles 2.11.1.2 Schmooze Com Inc Enabled
CDR Reports 2.11.0.11 Schmooze Com Inc Enabled
PHP Info 2.11.0.1 FreePBX Enabled
System Dashboard 2.11.0.4 Schmooze Com Inc Enabled
Voicemail Report 2.11.0.4 Schmoozecom.com Enabled

Settings
Asterisk Manager Users 2.11.0.2 FreePBX Enabled
Asterisk SIP Settings 2.11.0.7 schmoozecom.com Enabled
Fax Configuration 2.11.0.8 Schmoozecom.com Enabled
Music on Hold 2.11.0.1 FreePBX Enabled
Route Congestion Messages 2.11.0.0 Bandwidth.com Enabled
Speed Dial Functions 2.11.0.0 FreePBX Enabled
Voicemail 2.11.1.2 FreePBX Enabled

I know nothing about RDM. However, I can type the URL you mentioned into a browser, starting with no cookies for the site, and get automatically logged in.

If your username or password has non-alphanumeric characters, you may have a URL encoding issue.

Otherwise, use Fiddler2 (or Wireshark if Fiddler won’t work with RDM) to see what’s different about RDM’s request.

I can also confirm the URL login method. You may wish to urlencode your username and password

OP doesn’t state which (if any) distro is being used. For PBX in a Flash, the above URL doesn’t work for passing credentials, but this one will (not in IE):

http://<>:<>@<<server_ip>>/admin

http://