Admin cannot log in to port 8083. What command should be used to unblock login?
if you have had to many failed attempts you will have to unblock the i[address that the firewall has banned or wait until its unblocked automatically.
ssh into the server.
to view if the ip is banned:
v-list-firewall-ban json
to unban the IP:
v-delete-firewall-ban HESTIA
this helped me but could not login still with the correct credentials so have done a fresh install, now I can not get letsencrypt on the panel…
no. The admin username cannot log in to the 8083 management system.
Check that the server has free space:
df -h
If there is free space, change the password for admin user (is important to use single quotes around the new password):
v-change-user-password admin 'HereYourPassword'
Use this:
v-change-user-config-value admin LOGIN_DISABLED no
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.