panel
panel copied to clipboard
Edit allocation IPs
Is there an existing feature request for this?
- [X] I have searched the existing issues before opening this feature request.
Describe the feature you would like to see.
Would be great if the IP of an allocation (not alias) was editable directly from the allocations page. It's annoying when you want to change the IP and you've to manually create new allocations and then assing them to the servers and add new ones. I know this can be done with MySQL but will still being great if can be done through the admin page.
Describe the solution you'd like.
Well, like if you want to edit the alias, but with the IP
Additional context to this request.
No response
Most dedicated hosts have static ip addresses. If you are hosting at home then you can set a static ip address as well.
If you want to bulk switch from 0.0.0.0 to 172.18.0.1 or vice versa?
If you want to bulk switch from 0.0.0.0 to 172.18.0.1 or vice versa?
Just use the database for that. It is not that hard.

If you want to bulk switch from 0.0.0.0 to 172.18.0.1 or vice versa?
Just use the database for that. It is not that hard.
This is what I needed, thank you. Changed my dhcp from 10.0.0.X to 192.168.0.X and this seems to work, cannot get files tab to work for now, but I'll get there, I can start/stop servers, so there's that!
If you want to bulk switch from 0.0.0.0 to 172.18.0.1 or vice versa?
Just use the database for that. It is not that hard.
When I do this, I get:
Duplicate entry '2-10.0.1.152-25565' for key 'allocations_node_id_ip_port_unique'
Please just make this a feature so people don't have to go mucking around in the database. Or at least update the docs on the website to account for this.
Edit: My bad, I actually had a duplicate entry already, which makes sense. I deleted the duplicate I made through the panel and it worked.
I totally get that pterodactyl is supposed to be an advanced solution that shouldn't take into account the lack of knowledge by the end user. But that doesn't mean that the pterodactyl devs can't at least update the documentation with a more advanced help section to give tips on what a user could do to solve certain problems. I shouldn't need to dig through google to find github issues like this and dig through stack overflow.
If you want to bulk switch from 0.0.0.0 to 172.18.0.1 or vice versa?
Just use the database for that. It is not that hard.
When I do this, I get:
Duplicate entry '2-10.0.1.152-25565' for key 'allocations_node_id_ip_port_unique'Please just make this a feature so people don't have to go mucking around in the database. Or at least update the docs on the website to account for this.
That is what I've been asking for a while. I think is a basic feature and people should not be editing the database all the time.