Whenever I log into WHM, I would like it to load the "list accounts" page instead of the default WHM home page.
Is this possible?
Thanks
(Running cPanel 11.24.4-R35075 - WHM 11.24.2 - X 3.9)
Whenever I log into WHM, I would like it to load the "list accounts" page instead of the default WHM home page.
Is this possible?
Thanks
(Running cPanel 11.24.4-R35075 - WHM 11.24.2 - X 3.9)
Browse https://yourserverIP:2087/scripts4/listaccts directly and then login. It will forward to list accounts page directly. I doubt if there is any direct way exists than this.
I think David missed the fact that the suggestion was to open the List Accounts link directly, meaning that interface is the only thing displayed in the browser.
As for your original question, we provide no means for truly customizing the WHM interface at this time.
Kenneth
Product Manager
cPanel, Inc.
- Not sure how else to explain it.. "Whenever I log into WHM, I would like it to load the "list accounts" page instead of the default WHM home page."
I don't want to have to click List Accounts every time I log in. I want it to load that page instead of the default page that it loads in the right frame.
You can't edit WHM to do that, but what you can do is go to List Accounts, then on the right-side frame, right click and view page information. That will give you the URL to that exact page. You can then bookmark that specific URL so you go directly to that page when you click on that bookmark in your browser. Note, this will only display the List Accounts information, you will not see the left-side navigation bar when you click on the bookmark.
Doesn't sound like there is a way to do what I want. I may just create my own frame index file that loads the left menu and then the list accounts page on the right by default.
Last edited by BobbyDouglas; 08-18-2009 at 03:28 PM.
If anyone else feels the need to do this, here's the HTML code. Just create a new file named whm.html with the following code:
Make sure you edit the line that says "[INSERT WHM URL]" and replace it with the URL for your WHM.Code:<html> <head> <title>WebHost Manager - vps</title> <base href="[INSERT WHM URL]" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> </head> <frameset cols="217,566*" frameborder="NO" border="0" framespacing="0" rows="*"> <frame src="/scripts/command" name="commander" frameborder="no" scrolling="yes" id="commander" /> <frameset rows="70,*" cols="*" framespacing="0" frameborder="no" border="0"> <frame src="/scripts/command?PFILE=topframe.html" name="topFrame" frameborder="no" scrolling="no" noresize id="topFrame"/> <frame src="scripts4/listaccts" name="mainFrame" id="mainFrame" frameborder="no" /></frameset> </frameset> <noframes>WebHost Manager requires frames, but your browser does not support them.</noframes> </html> <!---- Web Host Manager 11.24.2 (c) cPanel, Inc. 1997-2008 http://cpanel.net/ Unauthorized copying is prohibited----->
It sure would be awesome to see a feature implemented to allow choice of start page upon WHM login.
I can certainly imagine many folks would prefer to start on the list accounts page.
Tony Kammerer - Senior Admin, United Communications Ltd.
Proudly hosting over 50,000 customer websites since 1998!
Our lively customer community with over 70,000 posts!
Feel welcome to put in a request for this functionality at cPanel Bugzilla Main Page