Solution:
You have connected a new printer to a systemd-based Linux server. You cannot print to the new printer from a user workstation on the network.
Then you should try this step at server
- Use rpm -qi cups or dnf list cups to make sure the CUPS daemon is installed.
-
- Use systemctl status cups to make sure CUPS printing service is running.
Hope this might help you.