Search the Community
Showing results for tags 'webadmin'.
-
webadmin Remote web admin for linux
sunsi@sunsi.club posted a topic in Installation and configuration
Hello, There is a similar question in https://forum.plasticscm.com/topic/22567-remote-web-admin-for-linux/ . But not the same. I installed the plastic on my remote linux server, at first the webadmin page cannot be opened from my laptop,so I used the second way in CLI to confiure my server as the documentation given: Follow one of this methods to configure the Plastic SCM server Launch the webadmin - Plastic SCM Server Administration Console - the cross-platform admin tool. From the command line: Soon the server is usable at 8087,so I begin to set the ssl connection. I use nginx to proxy local 7178 port ,and the webadmin page became accessable from internet. But came with a issue that since the server is settleed,I cannot created a password. As the documentation says this page should be like this But I met this : And the given solution/opt/plasticscm5/server/adminconsolepwd --pwd=yourpassword) is followed with error Cannot open assembly '/opt/plasticscm5/server/adminconsolepwd.exe': No such file or directory. So what should I do now? -
Hi As far is I know the webadmin page cannot be accessed via https / ssl yet. As I'm currently running my plasticscm on an linux server with nginx handling all incoming requests (and requires ssl for all ports) i was trying to get access the webadmin via a proxy forwarding. (internally nginx connects normally in non-ssl way the webadmin-server) Unfortunately the webadmin server does not accept this somehow (get a 404). I assume the webadmin server blocks proxy requests but it could also be that my nginx config is not properly set up. Or do i have to wait until the webadmin supports ssl-certificates? best Fabian