Managing WebIF Credentials
Every OScam instance exposes a built-in web interface (the WebIF) that is protected by a username and password. MyOsicam lets you store those credentials in the panel — encrypted at rest — so you can manage them centrally without editing configuration files on each server by hand.
What WebIF credentials are used for
The OScam WebIF is the monitoring and runtime-control interface built into OScam itself. It runs as a small HTTP server on each OScam instance, typically on a dedicated port. The panel uses the stored credentials to:
- Display the WebIF’s reachability status for each install.
- Trigger live reloads (for example, after writing user changes) via the WebIF’s reload endpoint.
Where to manage WebIF credentials
WebIF credentials are stored per-install, not per-user. You manage them on the OSCam Installs screen:
- Log in to the panel.
- In the left sidebar, click OSCam Installs.
- Find the install you want to update and click Edit in the Actions column.
- In the edit modal, locate the WebIF credential fields.
- Enter or update the WebIF username and password.
- Click Save.
How credentials are stored
WebIF credentials are stored encrypted in the panel database. The panel uses its built-in
encryption service (ext-openssl) to encrypt the values before writing them to the database and
decrypts them only when it needs to make a request to the WebIF.
Verifying WebIF connectivity
After saving credentials, the panel will attempt to reach the WebIF on the next sync cycle. The install list shows each install’s runtime status, which reflects whether the WebIF is reachable with the stored credentials.
If the install shows as unreachable or the WebIF status is stale:
- Confirm that OScam is running on the server (
systemctl status oscamor equivalent). - Confirm that the WebIF port is open and the correct port number is registered in the panel (the HTTP Port column on the OSCam Installs screen).
- Confirm that the username and password match the values configured in
oscam.conf(httpuserandhttppwdsettings).
Rotating WebIF credentials
To rotate the WebIF password:
- Update
httpuserandhttppwdinoscam.confon the server and restart or reload OScam. - Open OSCam Installs in the panel, find the install, and click Edit.
- Enter the new username and password in the WebIF credential fields.
- Click Save.
The panel will start using the new credentials on the next communication with the WebIF.
Related pages
- Managing OScam Users — add and manage subscriber accounts in
oscam.user. - Fleet View — overview of all installs and their runtime status.
- Troubleshooting / FAQ — common issues with WebIF connectivity.