Skip to main content

Log de todas las cuentas de whm

Comments

5 comments

  • cPanelLauren
    Hola, Lo mejor que puede hacer es verificar esto a trav"s de CLI que realmente no podr" encontrar lo que est" buscando a trav"s de WHM. Si est" buscando qui"n accedi" al servidor, querr"a revisar los registros de acceso de cPanel: /usr/local/cpanel/logs/access_log
    Registros espec"ficos de dominio: /etc/apache2/logs/domlogs/domain.tld
    FTP y otros accesos estar"n en: /var/log/messages
    ======================================================================= Hello, The best thing to do would be to check this over CLI you really won't be able to find what you're looking for through WHM. If you're looking for who accessed the server you'd want to check the cPanel access logs: /usr/local/cpanel/logs/access_log
    Domain specific logs: /etc/apache2/logs/domlogs/domain.tld
    FTP and other accesses will be in: /var/log/messages
    0
  • Cayo Rivera
    Muchas gracias, reviso y le comento.
    0
  • Cayo Rivera
    Hola, Lo mejor que puede hacer es verificar esto a trav"s de CLI que realmente no podr" encontrar lo que est" buscando a trav"s de WHM. Si est" buscando qui"n accedi" al servidor, querr"a revisar los registros de acceso de cPanel: /usr/local/cpanel/logs/access_log
    Registros espec"ficos de dominio: /etc/apache2/logs/domlogs/domain.tld
    FTP y otros accesos estar"n en: /var/log/messages
    ======================================================================= Hello, The best thing to do would be to check this over CLI you really won't be able to find what you're looking for through WHM. If you're looking for who accessed the server you'd want to check the cPanel access logs: /usr/local/cpanel/logs/access_log
    Domain specific logs: /etc/apache2/logs/domlogs/domain.tld
    FTP and other accesses will be in: /var/log/messages

    me sale este error, y esto y como root /usr/local/cpanel/logs/access_log: Permission denied
    0
  • cPanelLauren
    Hola, "C"mo est"s tratando de ver el registro como root? Normalmente, estoy tratando de usar grep para buscar algo espec"fico o cola para ver el "ltimo "X" n"mero de l"neas en el registro. Por ejemplo: grep "some string here" /usr/local/cpanel/logs/error_log
    tail -1000 /var/log/messages
    ======================================================================= Hello, How are you trying to view the log as root? Typically I'd be trying to use grep to search for something specific or tail to view the last "X" number of lines in the log. For example: grep "some string here" /usr/local/cpanel/logs/error_log
    tail -1000 /var/log/messages
    0
  • Cayo Rivera
    Hola, "C"mo est"s tratando de ver el registro como root? Normalmente, estoy tratando de usar grep para buscar algo espec"fico o cola para ver el "ltimo "X" n"mero de l"neas en el registro. Por ejemplo: grep "some string here" /usr/local/cpanel/logs/error_log
    tail -1000 /var/log/messages
    ======================================================================= Hello, How are you trying to view the log as root? Typically I'd be trying to use grep to search for something specific or tail to view the last "X" number of lines in the log. For example: grep "some string here" /usr/local/cpanel/logs/error_log
    tail -1000 /var/log/messages

    Much"simas gracias con eso puedo trabajar.
    0

Please sign in to leave a comment.