F5F Stay Refreshed Software Operating Systems Problems with the CUPS web interface

Problems with the CUPS web interface

Problems with the CUPS web interface

N
Nytirix
Junior Member
49
03-21-2023, 03:23 AM
#1
I'm working with an outdated 32-bit system on Debian 11. I attempted to set up a print server using CUPS and Samba, following a tutorial I read earlier for a desktop setup. Now I'm facing issues accessing the web interface remotely via SSH. When trying to log in, I receive a 403 Forbidden error. I've tried various configuration files but haven't found a solution. My current cupsd.conf is attached below.
N
Nytirix
03-21-2023, 03:23 AM #1

I'm working with an outdated 32-bit system on Debian 11. I attempted to set up a print server using CUPS and Samba, following a tutorial I read earlier for a desktop setup. Now I'm facing issues accessing the web interface remotely via SSH. When trying to log in, I receive a 403 Forbidden error. I've tried various configuration files but haven't found a solution. My current cupsd.conf is attached below.

R
Rylox44
Member
53
03-22-2023, 01:26 PM
#2
Check if you're using an account belonging to the lpadmin group. Otherwise, log in as the root user—don’t keep it logged in for extended periods. See the relevant documentation links for details.
R
Rylox44
03-22-2023, 01:26 PM #2

Check if you're using an account belonging to the lpadmin group. Otherwise, log in as the root user—don’t keep it logged in for extended periods. See the relevant documentation links for details.

B
Basilecool
Member
176
03-24-2023, 03:03 PM
#3
I wasn't expecting that. I’ll add my user to the group now. While setting up, I didn’t provide the root password, so I had to use sudo for all commands as my account. It seems I won’t be able to log in as the root user.
B
Basilecool
03-24-2023, 03:03 PM #3

I wasn't expecting that. I’ll add my user to the group now. While setting up, I didn’t provide the root password, so I had to use sudo for all commands as my account. It seems I won’t be able to log in as the root user.

A
aloyark
Member
161
03-29-2023, 11:24 PM
#4
It functioned perfectly, only needed a restart after assigning myself to lpadmin.
A
aloyark
03-29-2023, 11:24 PM #4

It functioned perfectly, only needed a restart after assigning myself to lpadmin.

S
Sliger1337
Junior Member
37
04-08-2023, 11:17 AM
#5
To access the root account, use a sudoer with a password via sudo passwd root.
S
Sliger1337
04-08-2023, 11:17 AM #5

To access the root account, use a sudoer with a password via sudo passwd root.