Tarak Nath

Well-Known Member
Mar 12, 2018
119
15
68
India
cPanel Access Level
Root Administrator
Hello,

As per client requirement we have to work on WebRTC. Details can be found here cloudwebrtc/flutter-webrtc-server

Is it possible to setup WebRTC in our current server environment ? Below are the few information of our dedicated server, kindly go through and help us.

=====================================
Installed cPanel Version Details
root@server1 [/]# /usr/local/cpanel/cpanel -V
86.0 (build 18)
=====================================
Current cPanel Environment:

root@server1 [/]# cat /var/cpanel/envtype
standard
=====================================
OS Version:

root@server1 [/]# cat /etc/redhat-release
CloudLinux release 7.7 (Valery Bykovsky)
=====================================

Any suggestion would be appreciated.

Thanks,
Tarak Nath
 

dalem

Well-Known Member
PartnerNOC
Oct 24, 2003
2,983
159
368
SLC
cPanel Access Level
DataCenter Provider
cpanel wont support but Just looking at the install instructions looks like its stand alone and runs on its own server port So it should not interfere with Apache or cpanel

Note: untested just an observation you should try on a non production server first
 
  • Like
Reactions: cPanelLauren

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
@dalem is correct you can run software that is not necessarily supported by cPanel - anything that is able to be run on Linux but it isn't something we can provide assistance with. To find out details or for support you'd need to contact the developers of the software.
 

Tarak Nath

Well-Known Member
Mar 12, 2018
119
15
68
India
cPanel Access Level
Root Administrator
Hello,

Thank you for the response @dalem and @cPanelLauren

We have downloaded it from Git page and uploaded in an cPanel account for the "mydomain.com". After that we have opened the port 8086 and 19302 from the firewall and edited the file cloudwebrtc/flutter-webrtc-server as per our server IP and domain. Then we executed the command:

Code:
./bin/server-linux-amd64
from that cPanel terminal as mentioned in the Git page. Then we try to open the URL like https://mydomain.com:8086 and its working what we expected.

Till now everything was fine. But we have noticed that this is also working in any domain those are hosted on that server, server's IP and server's host name. Like:


Can anyone let me know please why its working globally instead of the particular domain https://mydomain.com:8086 ? If we start using like this globally then is there any negative impact can be occurred on our server as there are so many live sites running from this server.

Any suggestion would be highly appreciated.

Regards,
Tarak Nath