Cant Login page admin account

kip9696

New Member
Hi
I cant login page with admin account (https://~:8888/)

I tried login admin/admin but I see forbidden

I created server with docker

And How Can I change UDP Port range?

reply pleeasee
thx
 
Last edited:

Max

Administrator
Staff member
Good day.
Please make sure you are deploying docker instance as described in this article, paying attention to network setup if you trying to login from outside.
Also, please note that you should use 5.2.798 in docker. The latest builds do not work due to switching to non-root user.
And How Can I change UDP Port range?
Please read this doc
 

kip9696

New Member
Yes I used ver 5.2.802
This version is works fine

What I'm curious about is why I can't log in


I log in to this page(https://ip:8888/ as admin/admin but it does not work
I only see the Forbidden message

I will refer to UDP guide. Thank you
Then.. Can I put it in docker environment?
 

Max

Administrator
Staff member
Please clarify how do you start docker container.
Also please mount /logs volume, collect WCS logs from folder you mounted and send using this private form
 

kip9696

New Member
I used docker-compose
Below is the form
wcs:
image: flashphoner/webcallserver:5.2.798
container_name: wcs
environment:
LICENSE: myLicense
PASSWORD: sec
LOCAL_IP: myip
network_mode: host
And I have attached the log folder​
Works fine except for admin login
Thx​
 

Max

Administrator
Staff member
Please login to container via SSH and check if /usr/local/FlashphonerWebCallServer/conf/database.yml file contains the following
Code:
users:
  admin: {username: admin, password: 21232f297a57a5a743894a0e4a801fc3, active: true}
If password: field contains something other, replace it by the md5 checksum above.
 
Last edited:
Top