# Troubleshoot WSC Problems # WSC UI style malformed Sometimes when uploading WSC the correct permissions might not be set. When visiting the Addon Modules > WSC the page may be missing its style sheet. This is an indicator that the permissions on the /modules/addons/tickets\_credentials folder are incorrect. You can confirm this is the case by pressing CNTRL + SHIF + J to open the console in your browser. If the permissions are wrong you will see 404 or 403 errors in the console. ##### WSC File & Folder Permissions Generally speaking, there are two permissions WSC should use. That is 0644 for files and 755 for folders. This is true for cPanel, DirectAdmin and Plesk. The ownership of the folders should usually also be the account user. If you are using a barebones server with no control panel the same permissions apply but the user of those files should usually be www:data. We have provided a table below of known folder permissions. Correct the permissions on the files and folders to resolve any stylesheet errors.
Apache | LiteSpeed | NGINX | CloudLinux | |
cPanel | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account |
Plesk | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account |
DirectAdmin | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account | Files: 0644 Folder: 0755 Owner: User\_account |
BareBones | Files: 0644 Folder: 0755 Owner: www:data | Files: 0644 Folder: 0755 Owner: www:data | Files: 0644 Folder: 0755 Owner: www:data | Files: 0644 Folder: 0755 Owner: www:data |