Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing IP Address of Server #88

Open
nexgenbh opened this issue Dec 22, 2020 · 3 comments
Open

Changing IP Address of Server #88

nexgenbh opened this issue Dec 22, 2020 · 3 comments

Comments

@nexgenbh
Copy link

How to Change IP Address of Server?
As i can see that its showing this

Mona/Protocols.h[102] RTMFP server started on 0.0.0.0:1935 (UDP)
Mona/Protocols.h[102] RTMP server started on 0.0.0.0:1935 (TCP)
Mona/Protocols.h[102] RTSP server started on 0.0.0.0:554 (TCP)

How I can change it with my Server IP Address

Thanks

@thomasjammet
Copy link
Contributor

You must add the following line into the MonaServer.ini configuration file (change 192.168.0.1 to your server IP address):
host=192.168.0.1

See http://www.monaserver.ovh/installation.html#configurations

Also please consider using MonaServer2 if you don't need lua scripting.

@nexgenbh
Copy link
Author

How can we make it live always. Right now when we close terminal server stops working

@thomasjammet
Copy link
Contributor

You can setup MonaServer as a service to do what you want.

In MonaServer 1 the procedure is described here :
http://www.monaserver.ovh/installation.html#id22

For MonaServer 2 this is done with the following command :
./MonaServer --registerService=auto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants