Activating Rust Plus

Hey there!
I want to activate Rust Plus on my server. I heard you need to open a seperate port for that so I contacted my server host support. They did open a new port and all - but It still doesn't work.

Is there something else I need to activate to make it work?

You need to include this in your startup parameters:

+app.port <portnumber>​

Alright, I'll do that. But that opens up a new problem...
I'm currently using a custom map. And in order to load it, I already have an entry in my startup parameter. Is it possible to add mutliple parameters? And if so - how?

https://wiki.facepunch.com/rust/rust-companion-server

You can use the app.info command on your server to show what port the companion server is using. If you need to switch it to something else, you can specify the port to use in the app.port convar. This port must be 10000 or greater for Rust+ to connect to it. You will need to restart your Rust server for the port change to take effect.

Yes, Rust+ is working now, thanks... But still got the problem that I have to use 2 seperate startup commands if I want to use custom maps... Is there a way to make that happen?

The only difference between procedural and custom startup parameters is the -levelurl setting, so you could just add/remove that as necessary. There is no all-in-one startup though.

So I can't use Rust+ while using a custom map?

You can do both.  Put 'em on the same line.

Zugzwang

You can do both.  Put 'em on the same line.

Alright, thank you. Just with a space between or do I need to use a comma or smth?