Skip to Content

You don’t have permission to access /ezlogin/index.php/auth/login on this server

Fixing Permission Issues in Ezeelogin Web GUI


Overview: This article addresses access errors in Ezeelogin's web GUI due to permission issues with specific files and directories. It provides step-by-step instructions to correct permissions for /var/www/html/ezlogin, including critical files like index.php and supporting directories.


You don't have permission to access /ezlogin/index.php/auth/login on this server. Error message while accessing ezeelogin web gui.

This could be due to a permission issue with the ezeelogin webgui file . Correct the permission to fix this issue.

root@admodserv2:~# ls -la /var/www/html/ezlogin/

total 64

drwxr-xr-x 6 root   root     4096 Aug  9 15:13 .

drwxr-xr-x 3 root   root     4096 Aug  9 15:13 ..

-rw-r--r-- 1 root   root     6099 Aug  9 15:13 blue.css

drwxr-xr-x 4 root   root     4096 Aug  9 15:13 common

-rw-r--r-- 1 nobody nogroup 24385 Aug  9 15:13 index.php

drwxr-xr-x 6 root   root    12288 Aug  9 15:13 manual

drwxr-xr-x 3 root   root     4096 Aug  9 15:13 themes

Correct the permission to fix this error by the following commands

chmod 755 /var/www/html/ezlogin/

chmod 644 /var/www/html/ezlogin/blue.css

chmod 755 /var/www/html/ezlogin/common

chmod 644 /var/www/html/ezlogin/index.php

chmod 755 /var/www/html/ezlogin/manual

chmod 755 /var/www/html/ezlogin/themes


Related Articles

Error: Server login failed. sh: /usr/local/ezlogin/ezutil: Permission denied

Error occured. Please contact the administrator - Permission Denied - creation failed