MrFord3rd Posted August 7, 2024 Share Posted August 7, 2024 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”]; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.