• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Trying to make my own login page which ive made, now i just need to link it to the plesk admin login thing.

Cjshost

New Pleskian
Server operating system version
Windows Server 2012
Plesk version and microupdate number
Plesk Obsidian v18.0.46_build20220920.14
Hi there, could someone help me please!

I am trying to make my own login page which I have done, but i cannot seem to figure out now to connect it so it loggs me into my plesk account instead of redirecting me yo the normal Plesk login page. My code is underneath.
<form id="form-login" method="post" action="https://""mydomain.com"":8443">
<div class="form-group" id="loginSection">
<label class="form-label" for="login_name">Username:</label>
<input type="username" class="form-control" id="login_name" name="username" value="">
</div>
<div class="form-group">
<label class="form-label" for="passwd">Password</label>
<input type="password" class="form-control" id="passwd" name="passwd">
</div>
<div class="form-group d-flex">
<div class="form-check">
<input type="checkbox" class="form-check-input" id="input-remember" name="remember" value="1" checked>
<label class="form-check-label" for="input-remember">Remember me</label>
</div>
<a href="forgot_password.html" class="form-meta mt-0 ms-auto">Forgot password?</a>
</div>
<div class="form-actions">
<button class="btn btn-primary btn-block" type="submit" name="send" data-action="log-in">Log In</button>
</div>
<input type="hidden" name="forgery_protection_token" value="my plesk admin api key" action="submit">
<input name="success_redirect_url" type="hidden" value="">
</form>

Any help would be greatly appreciated.
 
Back
Top