Jump to content

HestiaCP not connecting


MrFord3rd

Recommended Posts

For anyone using WiseCP and getting an error trying to connect to HestiaCP.
Make this change to allow hash.

Under the WiseCP directory go to coremio->modules->Servers->HestiaCP
Open and modifiy the “api.php”

The function call needs to be changed from
$post[‘password’] = $this->server[“password”];
to
$post[‘hash’] = $this->server[“access_hash”];

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...