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

API automatic port range determination & egg config addition #2893

Closed
wdpfm opened this issue Dec 20, 2020 · 1 comment
Closed

API automatic port range determination & egg config addition #2893

wdpfm opened this issue Dec 20, 2020 · 1 comment

Comments

@wdpfm
Copy link

wdpfm commented Dec 20, 2020

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.

We want to auto assign multiple ports for an WHMCS order, but the WHMCS module seems to only assign static port ranges. The problem seems to be, that the API doesn't allow for an automatic assignment of multiple ports, without stating a static point range. For example, we have a customer buying a ARMA III server, we need a port for the basic game, one steam port and one RCON port, that's a total of three ports needed. Currently that's not easibly doable, you're only able to assign static port ranges.

Describe the solution you'd like
A clear and concise description of what you want to happen.

What we would need, would be a possibility on the api to state that we need 3 ports in a row, while the panel / api automatically chooses a free port range and assigns it to the newly installed server.
In order for the panel to be able to determine, how many ports are needed, you could expand the egg template configuration with a desired port amount.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Trixter from crident.com stated in the public support channel that :

the api doesn't really allow me to do it without having tens of requests per single deployment

Additional information
#1653
#1012
#1204
#1001
#2434
pterodactyl/whmcs#8
pterodactyl/whmcs#78
pterodactyl/whmcs#29

@notAreYouScared
Copy link
Contributor

Copying and pasting the same issue will not help this...

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

3 participants