For those setting up or managing a Flussonic Media Server, understanding how the default credentials and administrative access work is critical for a smooth installation. Does Flussonic Have a Default Password?
: Ensure you are using edit_auth for full administrative access, while view_auth can be used for read-only API access.
If you still have access and just want to update your security: Go to the page in the side menu. Select the Settings tab. Find the Access section to update the Admin UI password . Security Best Practices
If you have lost access to your admin panel, you can reset the credentials through the Linux command line (SSH) by editing the configuration file. 1. Editing the Config File Access your server via SSH.
: After installing and starting the service (e.g., via service flussonic start ), you navigate to the web interface at http://YOUR-SERVER-IP:80 (or port 8080 in some configurations).
muy útil y sencillo. Enhorabuena.
Al añañdir el comando -v $PWD:/www/myapp, -> aparece en el cmd:
«docker: Error response from daemon: create $PWD: «$PWD» includes invalid characters for a local volume name, only «[a-zA-Z0-9][a-zA-Z0-9_.-]» are allowed. If you intended to pass a host directory, use absolute path.
See ‘docker run –help’.» For those setting up or managing a Flussonic
Un saludo
Hola Jose Antonio,
¿podría ser que estuvieses en Windows? En ese caso «$PWD» , que hace referencia al path absoluto actual en el que estás, no funcionará. Tendrás que usar «%CD%» si estás en Windows.
En cualquier caso tanto $PWD como %CD% no dejan de ser atajos para describir un path, si quieres puedes probar a meter directamente el path absoluto e el que se encuentre la app. Pruébalo y nos cuentas.