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

Automatic Port Allocations Not Working #16

Open
kcorr opened this issue May 16, 2024 · 16 comments
Open

Automatic Port Allocations Not Working #16

kcorr opened this issue May 16, 2024 · 16 comments

Comments

@kcorr
Copy link

kcorr commented May 16, 2024

Thank you again for the help earlier. It now appears that my port ranges are not being assigned to the server on building.

Here is a screenshot of my module settings. Could I be missing something? Ports are defined on my node and not assigned.

image
@wohahobg
Copy link
Owner

Please share with me the module log.

Also server port offset should be 1 for a rust game. You need to make sure your Pterodactyl have enough opened ports as by default this module won't create the port if does not exist.

@kcorr
Copy link
Author

kcorr commented May 16, 2024

I changed the offset to 1. My server has ports, 27050-27150 and 28000-28100 opened.
I'm not sure what module logs you need. so here's one.

Request:
{"name":"QMDq5L7U_33","user":9,"nest":8,"egg":22,"docker_image":"ghcr.io/pterodactyl/games:rust","startup":""./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"","oom_disabled":false,"limits":{"memory":4096,"swap":0,"io":500,"cpu":0,"disk":0},"feature_limits":{"databases":null,"allocations":0,"backups":1,"split_limit":0},"deploy":{"locations":[1],"dedicated_ip":false,"port_range":["27050-27100"]},"environment":{"SRCDS_APPID":"258550","MAX_PLAYERS":"40","HOSTNAME":"A Rust Server","LEVEL":"Procedural Map","DESCRIPTION":"Powered by Pterodactyl","SERVER_URL":"http://pterodactyl.io","WORLD_SIZE":"3000","WORLD_SEED":"0","SERVER_IMG":"","RCON_PORT":"28016","RCON_PASS":"CHANGEME","SAVEINTERVAL":"60","ADDITIONAL_ARGS":"","REGEN_SERVER":"0","REMOVE_FILES":"server/rust/player.deaths..db server/rust/player.identities..db server/rust/player.states..db server/rust/player.tokens.db proceduralmap....map server/rust/proceduralmap...*.sav oxide/data/Kits_Data.json oxide/data/NTeleportationHome.json oxide/data/ServerRewards/player_data.json oxide/data/PTTracker/playtime_data.json","QUERY_PORT":"28017","APP_PORT":"28082","MAP_URL":"","FRAMEWORK":"oxide"},"start_on_completion":true,"external_id":"33"}

Response:
Array
(
[object] => server
[attributes] => Array
(
[id] => 66
[external_id] => 33
[uuid] => c033a02a-654f-4c7b-bd69-3016c7d0bc55
[identifier] => c033a02a
[name] => QMDq5L7U_33
[description] =>
[status] => installing
[suspended] =>
[limits] => Array
(
[memory] => 4096
[swap] => 0
[disk] => 0
[io] => 500
[cpu] => 0
[threads] =>
[oom_disabled] =>
)

        [feature_limits] => Array
            (
                [databases] => 0
                [allocations] => 0
                [backups] => 1
            )

        [user] => 9
        [node] => 2
        [allocation] => 1723
        [nest] => 8
        [egg] => 22
        [container] => Array
            (
                [startup_command] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                [image] => ghcr.io/pterodactyl/games:rust
                [installed] => 0
                [environment] => Array
                    (
                        [SRCDS_APPID] => 258550
                        [MAX_PLAYERS] => 40
                        [HOSTNAME] => A Rust Server
                        [LEVEL] => Procedural Map
                        [DESCRIPTION] => Powered by Pterodactyl
                        [SERVER_URL] => http://pterodactyl.io
                        [WORLD_SIZE] => 3000
                        [WORLD_SEED] => 0
                        [SERVER_IMG] => 
                        [RCON_PORT] => 28016
                        [RCON_PASS] => CHANGEME
                        [SAVEINTERVAL] => 60
                        [ADDITIONAL_ARGS] => 
                        [REGEN_SERVER] => 0
                        [REMOVE_FILES] => server/rust/player.deaths.*.db server/rust/player.identities.*.db server/rust/player.states.*.db server/rust/player.tokens.db proceduralmap.*.*.*.map server/rust/proceduralmap.*.*.*.sav oxide/data/Kits_Data.json oxide/data/NTeleportationHome.json oxide/data/ServerRewards/player_data.json oxide/data/PTTracker/playtime_data.json
                        [QUERY_PORT] => 28017
                        [APP_PORT] => 28082
                        [MAP_URL] => 
                        [FRAMEWORK] => oxide
                        [STARTUP] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                        [P_SERVER_LOCATION] => us.central
                        [P_SERVER_UUID] => c033a02a-654f-4c7b-bd69-3016c7d0bc55
                        [P_SERVER_ALLOCATION_LIMIT] => 0
                    )

            )

        [updated_at] => 2024-05-16T22:35:29+00:00
        [created_at] => 2024-05-16T22:35:29+00:00
        [relationships] => Array
            (
                [allocations] => Array
                    (
                        [object] => list
                        [data] => Array
                            (
                                [0] => Array
                                    (
                                        [object] => allocation
                                        [attributes] => Array
                                            (
                                                [id] => 1723
                                                [ip] => 10.0.40.106
                                                [alias] => 104.6.18.42
                                                [port] => 27073
                                                [notes] => 
                                                [assigned] => 1
                                            )

                                    )

                            )

                    )

            )

    )

[status_code] => 201

)

@kcorr
Copy link
Author

kcorr commented May 16, 2024

If you want to tell me which one you need to see I can copy/paste it.

image

@wohahobg
Copy link
Owner

I can see the module cannot find the ports you ask for.
Try to remove the QUERY_PORT from the list. As the port offset will add it.

Also please check in path/to/modules/servers/logs is there anything else ? If so could you please send it here.

@kcorr
Copy link
Author

kcorr commented May 16, 2024

Removing QUERY_PORT started allowing SERVER_PORT to be assigned properly, but nothing else is being assigned.

There were no extra logs in /modules/servers/logs

I'm trying to assign the following variables on the Rust Egg:
QUERY_PORT
RCON_PORT
APP_PORT

@kcorr
Copy link
Author

kcorr commented May 16, 2024

Here's the latest server creation log:

Request:
{"name":"PQn3HMbz_38","user":9,"nest":8,"egg":22,"docker_image":"ghcr.io/pterodactyl/games:rust","startup":""./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"","oom_disabled":false,"limits":{"memory":4096,"swap":0,"io":500,"cpu":0,"disk":0},"feature_limits":{"databases":null,"allocations":0,"backups":1,"split_limit":0},"deploy":{"locations":[1],"dedicated_ip":false,"port_range":["27050-27059"]},"environment":{"SRCDS_APPID":"258550","MAX_PLAYERS":"40","HOSTNAME":"A Rust Server","LEVEL":"Procedural Map","DESCRIPTION":"Powered by Pterodactyl","SERVER_URL":"http://pterodactyl.io","WORLD_SIZE":"3000","WORLD_SEED":"0","SERVER_IMG":"","RCON_PORT":"28016","RCON_PASS":"CHANGEME","SAVEINTERVAL":"60","ADDITIONAL_ARGS":"","REGEN_SERVER":"0","REMOVE_FILES":"server/rust/player.deaths..db server/rust/player.identities..db server/rust/player.states..db server/rust/player.tokens.db proceduralmap....map server/rust/proceduralmap...*.sav oxide/data/Kits_Data.json oxide/data/NTeleportationHome.json oxide/data/ServerRewards/player_data.json oxide/data/PTTracker/playtime_data.json","QUERY_PORT":"28017","APP_PORT":"28082","MAP_URL":"","FRAMEWORK":"oxide"},"start_on_completion":true,"external_id":"38"}

Response:
Array
(
[object] => server
[attributes] => Array
(
[id] => 71
[external_id] => 38
[uuid] => 59243229-f03a-4113-a603-72d65f35ad7d
[identifier] => 59243229
[name] => PQn3HMbz_38
[description] =>
[status] => installing
[suspended] =>
[limits] => Array
(
[memory] => 4096
[swap] => 0
[disk] => 0
[io] => 500
[cpu] => 0
[threads] =>
[oom_disabled] =>
)

        [feature_limits] => Array
            (
                [databases] => 0
                [allocations] => 0
                [backups] => 1
            )

        [user] => 9
        [node] => 2
        [allocation] => 1707
        [nest] => 8
        [egg] => 22
        [container] => Array
            (
                [startup_command] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                [image] => ghcr.io/pterodactyl/games:rust
                [installed] => 0
                [environment] => Array
                    (
                        [SRCDS_APPID] => 258550
                        [MAX_PLAYERS] => 40
                        [HOSTNAME] => A Rust Server
                        [LEVEL] => Procedural Map
                        [DESCRIPTION] => Powered by Pterodactyl
                        [SERVER_URL] => http://pterodactyl.io
                        [WORLD_SIZE] => 3000
                        [WORLD_SEED] => 0
                        [SERVER_IMG] => 
                        [RCON_PORT] => 28016
                        [RCON_PASS] => CHANGEME
                        [SAVEINTERVAL] => 60
                        [ADDITIONAL_ARGS] => 
                        [REGEN_SERVER] => 0
                        [REMOVE_FILES] => server/rust/player.deaths.*.db server/rust/player.identities.*.db server/rust/player.states.*.db server/rust/player.tokens.db proceduralmap.*.*.*.map server/rust/proceduralmap.*.*.*.sav oxide/data/Kits_Data.json oxide/data/NTeleportationHome.json oxide/data/ServerRewards/player_data.json oxide/data/PTTracker/playtime_data.json
                        [QUERY_PORT] => 28017
                        [APP_PORT] => 28082
                        [MAP_URL] => 
                        [FRAMEWORK] => oxide
                        [STARTUP] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                        [P_SERVER_LOCATION] => us.central
                        [P_SERVER_UUID] => 59243229-f03a-4113-a603-72d65f35ad7d
                        [P_SERVER_ALLOCATION_LIMIT] => 0
                    )

            )

        [updated_at] => 2024-05-16T23:12:48+00:00
        [created_at] => 2024-05-16T23:12:48+00:00
        [relationships] => Array
            (
                [allocations] => Array
                    (
                        [object] => list
                        [data] => Array
                            (
                                [0] => Array
                                    (
                                        [object] => allocation
                                        [attributes] => Array
                                            (
                                                [id] => 1707
                                                [ip] => 10.0.40.106
                                                [alias] => 104.6.18.42
                                                [port] => 27057
                                                [notes] => 
                                                [assigned] => 1
                                            )

                                    )

                            )

                    )

            )

    )

[status_code] => 201

)

@wohahobg
Copy link
Owner

The reason only why this might not work is due to no enough ports.

On your module log there is a log with a lot of ports , can u send me them please thanks

@kcorr
Copy link
Author

kcorr commented May 17, 2024

After completing an order the following allocation requests are sent.
image

1st allocation get:
Array
(
[object] => list
[data] => Array
(
[0] => Array
(
[object] => allocation
[attributes] => Array
(
[id] => 1548
[ip] => 10.0.40.106
[alias] => 104.6.18.42
[port] => 27050
[notes] =>
[assigned] =>
)

            )

        [1] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1701
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27051
                        [notes] => 
                        [assigned] => 
                    )

            )

        [2] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1702
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27052
                        [notes] => 
                        [assigned] => 
                    )

            )

        [3] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1703
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27053
                        [notes] => 
                        [assigned] => 
                    )

            )

        [4] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1704
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27054
                        [notes] => 
                        [assigned] => 
                    )

            )

        [5] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1705
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27055
                        [notes] => 
                        [assigned] => 
                    )

            )

        [6] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1706
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27056
                        [notes] => 
                        [assigned] => 
                    )

            )

        [7] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1707
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27057
                        [notes] => 
                        [assigned] => 
                    )

            )

        [8] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1708
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27058
                        [notes] => 
                        [assigned] => 
                    )

            )

        [9] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1710
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27060
                        [notes] => 
                        [assigned] => 
                    )

            )

        [10] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1711
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27061
                        [notes] => 
                        [assigned] => 
                    )

            )

        [11] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1712
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27062
                        [notes] => 
                        [assigned] => 
                    )

            )

        [12] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1713
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27063
                        [notes] => 
                        [assigned] => 
                    )

            )

        [13] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1714
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27064
                        [notes] => 
                        [assigned] => 
                    )

            )

        [14] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1715
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27065
                        [notes] => 
                        [assigned] => 
                    )

            )

        [15] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1716
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27066
                        [notes] => 
                        [assigned] => 
                    )

            )

        [16] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1717
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27067
                        [notes] => 
                        [assigned] => 
                    )

            )

        [17] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1718
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27068
                        [notes] => 
                        [assigned] => 
                    )

            )

        [18] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1720
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27070
                        [notes] => 
                        [assigned] => 
                    )

            )

        [19] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1721
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27071
                        [notes] => 
                        [assigned] => 
                    )

            )

        [20] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1722
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27072
                        [notes] => 
                        [assigned] => 
                    )

            )

        [21] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1723
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27073
                        [notes] => 
                        [assigned] => 
                    )

            )

        [22] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1724
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27074
                        [notes] => 
                        [assigned] => 
                    )

            )

        [23] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1725
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27075
                        [notes] => 
                        [assigned] => 
                    )

            )

        [24] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1727
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27077
                        [notes] => 
                        [assigned] => 
                    )

            )

        [25] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1728
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27078
                        [notes] => 
                        [assigned] => 
                    )

            )

        [26] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1729
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27079
                        [notes] => 
                        [assigned] => 
                    )

            )

        [27] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1730
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27080
                        [notes] => 
                        [assigned] => 
                    )

            )

        [28] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1731
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27081
                        [notes] => 
                        [assigned] => 
                    )

            )

        [29] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1732
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27082
                        [notes] => 
                        [assigned] => 
                    )

            )

        [30] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1733
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27083
                        [notes] => 
                        [assigned] => 
                    )

            )

        [31] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1734
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27084
                        [notes] => 
                        [assigned] => 
                    )

            )

        [32] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1735
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27085
                        [notes] => 
                        [assigned] => 
                    )

            )

        [33] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1736
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27086
                        [notes] => 
                        [assigned] => 
                    )

            )

        [34] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1737
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27087
                        [notes] => 
                        [assigned] => 
                    )

            )

        [35] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1738
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27088
                        [notes] => 
                        [assigned] => 
                    )

            )

        [36] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1739
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27089
                        [notes] => 
                        [assigned] => 
                    )

            )

        [37] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1740
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27090
                        [notes] => 
                        [assigned] => 
                    )

            )

        [38] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1741
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27091
                        [notes] => 
                        [assigned] => 
                    )

            )

        [39] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1742
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27092
                        [notes] => 
                        [assigned] => 
                    )

            )

        [40] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1743
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27093
                        [notes] => 
                        [assigned] => 
                    )

            )

        [41] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1744
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27094
                        [notes] => 
                        [assigned] => 
                    )

            )

        [42] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1745
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27095
                        [notes] => 
                        [assigned] => 
                    )

            )

        [43] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1746
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27096
                        [notes] => 
                        [assigned] => 
                    )

            )

        [44] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1747
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27097
                        [notes] => 
                        [assigned] => 
                    )

            )

        [45] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1748
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27098
                        [notes] => 
                        [assigned] => 
                    )

            )

        [46] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1749
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27099
                        [notes] => 
                        [assigned] => 
                    )

            )

        [47] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1750
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27100
                        [notes] => 
                        [assigned] => 
                    )

            )

        [48] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1751
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28000
                        [notes] => 
                        [assigned] => 
                    )

            )

        [49] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1752
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28001
                        [notes] => 
                        [assigned] => 
                    )

            )

        [50] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1753
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28002
                        [notes] => 
                        [assigned] => 
                    )

            )

        [51] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1754
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28003
                        [notes] => 
                        [assigned] => 
                    )

            )

        [52] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1755
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28004
                        [notes] => 
                        [assigned] => 
                    )

            )

        [53] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1756
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28005
                        [notes] => 
                        [assigned] => 
                    )

            )

        [54] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1757
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28006
                        [notes] => 
                        [assigned] => 
                    )

            )

        [55] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1758
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28007
                        [notes] => 
                        [assigned] => 
                    )

            )

        [56] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1759
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28008
                        [notes] => 
                        [assigned] => 
                    )

            )

        [57] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1760
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28009
                        [notes] => 
                        [assigned] => 
                    )

            )

        [58] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1761
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28010
                        [notes] => 
                        [assigned] => 
                    )

            )

        [59] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1762
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28011
                        [notes] => 
                        [assigned] => 
                    )

            )

        [60] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1763
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28012
                        [notes] => 
                        [assigned] => 
                    )

            )

        [61] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1764
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28013
                        [notes] => 
                        [assigned] => 
                    )

            )

        [62] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1765
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28014
                        [notes] => 
                        [assigned] => 
                    )

            )

        [63] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1766
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28015
                        [notes] => 
                        [assigned] => 
                    )

            )

        [64] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1767
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28016
                        [notes] => 
                        [assigned] => 
                    )

            )

        [65] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1768
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28017
                        [notes] => 
                        [assigned] => 
                    )

            )

        [66] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1769
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28018
                        [notes] => 
                        [assigned] => 
                    )

            )

        [67] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1770
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28019
                        [notes] => 
                        [assigned] => 
                    )

            )

        [68] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1771
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28020
                        [notes] => 
                        [assigned] => 
                    )

            )

        [69] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1772
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28021
                        [notes] => 
                        [assigned] => 
                    )

            )

        [70] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1773
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28022
                        [notes] => 
                        [assigned] => 
                    )

            )

        [71] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1774
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28023
                        [notes] => 
                        [assigned] => 
                    )

            )

        [72] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1775
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28024
                        [notes] => 
                        [assigned] => 
                    )

            )

        [73] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1776
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28025
                        [notes] => 
                        [assigned] => 
                    )

            )

        [74] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1777
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28026
                        [notes] => 
                        [assigned] => 
                    )

            )

        [75] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1778
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28027
                        [notes] => 
                        [assigned] => 
                    )

            )

        [76] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1779
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28028
                        [notes] => 
                        [assigned] => 
                    )

            )

        [77] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1780
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28029
                        [notes] => 
                        [assigned] => 
                    )

            )

        [78] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1781
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28030
                        [notes] => 
                        [assigned] => 
                    )

            )

        [79] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1782
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28031
                        [notes] => 
                        [assigned] => 
                    )

            )

        [80] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1783
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28032
                        [notes] => 
                        [assigned] => 
                    )

            )

        [81] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1784
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28033
                        [notes] => 
                        [assigned] => 
                    )

            )

        [82] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1785
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28034
                        [notes] => 
                        [assigned] => 
                    )

            )

        [83] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1786
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28035
                        [notes] => 
                        [assigned] => 
                    )

            )

        [84] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1787
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28036
                        [notes] => 
                        [assigned] => 
                    )

            )

        [85] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1788
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28037
                        [notes] => 
                        [assigned] => 
                    )

            )

        [86] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1789
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28038
                        [notes] => 
                        [assigned] => 
                    )

            )

        [87] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1790
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28039
                        [notes] => 
                        [assigned] => 
                    )

            )

        [88] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1791
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28040
                        [notes] => 
                        [assigned] => 
                    )

            )

        [89] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1792
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28041
                        [notes] => 
                        [assigned] => 
                    )

            )

        [90] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1793
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28042
                        [notes] => 
                        [assigned] => 
                    )

            )

        [91] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1794
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28043
                        [notes] => 
                        [assigned] => 
                    )

            )

        [92] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1795
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28044
                        [notes] => 
                        [assigned] => 
                    )

            )

        [93] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1796
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28045
                        [notes] => 
                        [assigned] => 
                    )

            )

        [94] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1797
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28046
                        [notes] => 
                        [assigned] => 
                    )

            )

        [95] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1798
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28047
                        [notes] => 
                        [assigned] => 
                    )

            )

        [96] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1799
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28048
                        [notes] => 
                        [assigned] => 
                    )

            )

        [97] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1800
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28049
                        [notes] => 
                        [assigned] => 
                    )

            )

        [98] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1801
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28050
                        [notes] => 
                        [assigned] => 
                    )

            )

        [99] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1802
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28051
                        [notes] => 
                        [assigned] => 
                    )

            )

        [100] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1803
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28052
                        [notes] => 
                        [assigned] => 
                    )

            )

        [101] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1804
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28053
                        [notes] => 
                        [assigned] => 
                    )

            )

        [102] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1805
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28054
                        [notes] => 
                        [assigned] => 
                    )

            )

        [103] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1806
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28055
                        [notes] => 
                        [assigned] => 
                    )

            )

        [104] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1807
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28056
                        [notes] => 
                        [assigned] => 
                    )

            )

        [105] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1808
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28057
                        [notes] => 
                        [assigned] => 
                    )

            )

        [106] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1809
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28058
                        [notes] => 
                        [assigned] => 
                    )

            )

        [107] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1810
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28059
                        [notes] => 
                        [assigned] => 
                    )

            )

        [108] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1811
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28060
                        [notes] => 
                        [assigned] => 
                    )

            )

        [109] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1812
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28061
                        [notes] => 
                        [assigned] => 
                    )

            )

        [110] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1813
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28062
                        [notes] => 
                        [assigned] => 
                    )

            )

        [111] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1814
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28063
                        [notes] => 
                        [assigned] => 
                    )

            )

        [112] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1815
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28064
                        [notes] => 
                        [assigned] => 
                    )

            )

        [113] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1816
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28065
                        [notes] => 
                        [assigned] => 
                    )

            )

        [114] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1817
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28066
                        [notes] => 
                        [assigned] => 
                    )

            )

        [115] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1818
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28067
                        [notes] => 
                        [assigned] => 
                    )

            )

        [116] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1819
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28068
                        [notes] => 
                        [assigned] => 
                    )

            )

        [117] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1820
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28069
                        [notes] => 
                        [assigned] => 
                    )

            )

        [118] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1821
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28070
                        [notes] => 
                        [assigned] => 
                    )

            )

        [119] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1822
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28071
                        [notes] => 
                        [assigned] => 
                    )

            )

        [120] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1823
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28072
                        [notes] => 
                        [assigned] => 
                    )

            )

        [121] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1824
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28073
                        [notes] => 
                        [assigned] => 
                    )

            )

        [122] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1825
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28074
                        [notes] => 
                        [assigned] => 
                    )

            )

        [123] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1826
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28075
                        [notes] => 
                        [assigned] => 
                    )

            )

        [124] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1827
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28076
                        [notes] => 
                        [assigned] => 
                    )

            )

        [125] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1828
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28077
                        [notes] => 
                        [assigned] => 
                    )

            )

        [126] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1829
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28078
                        [notes] => 
                        [assigned] => 
                    )

            )

        [127] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1830
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28079
                        [notes] => 
                        [assigned] => 
                    )

            )

        [128] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1831
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28080
                        [notes] => 
                        [assigned] => 
                    )

            )

        [129] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1832
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28081
                        [notes] => 
                        [assigned] => 
                    )

            )

        [130] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1833
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28082
                        [notes] => 
                        [assigned] => 
                    )

            )

        [131] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1834
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28083
                        [notes] => 
                        [assigned] => 
                    )

            )

        [132] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1835
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28084
                        [notes] => 
                        [assigned] => 
                    )

            )

        [133] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1836
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28085
                        [notes] => 
                        [assigned] => 
                    )

            )

        [134] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1837
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28086
                        [notes] => 
                        [assigned] => 
                    )

            )

        [135] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1838
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28087
                        [notes] => 
                        [assigned] => 
                    )

            )

        [136] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1839
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28088
                        [notes] => 
                        [assigned] => 
                    )

            )

        [137] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1840
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28089
                        [notes] => 
                        [assigned] => 
                    )

            )

        [138] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1841
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28090
                        [notes] => 
                        [assigned] => 
                    )

            )

        [139] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1842
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28091
                        [notes] => 
                        [assigned] => 
                    )

            )

        [140] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1843
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28092
                        [notes] => 
                        [assigned] => 
                    )

            )

        [141] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1844
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28093
                        [notes] => 
                        [assigned] => 
                    )

            )

        [142] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1845
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28094
                        [notes] => 
                        [assigned] => 
                    )

            )

        [143] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1846
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28095
                        [notes] => 
                        [assigned] => 
                    )

            )

        [144] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1847
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28096
                        [notes] => 
                        [assigned] => 
                    )

            )

        [145] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1848
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28097
                        [notes] => 
                        [assigned] => 
                    )

            )

        [146] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1849
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28098
                        [notes] => 
                        [assigned] => 
                    )

            )

        [147] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1850
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28099
                        [notes] => 
                        [assigned] => 
                    )

            )

        [148] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1851
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 28100
                        [notes] => 
                        [assigned] => 
                    )

            )

        [149] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1852
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27101
                        [notes] => 
                        [assigned] => 
                    )

            )

        [150] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1853
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27102
                        [notes] => 
                        [assigned] => 
                    )

            )

        [151] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1854
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27103
                        [notes] => 
                        [assigned] => 
                    )

            )

        [152] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1855
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27104
                        [notes] => 
                        [assigned] => 
                    )

            )

        [153] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1856
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27105
                        [notes] => 
                        [assigned] => 
                    )

            )

        [154] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1857
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27106
                        [notes] => 
                        [assigned] => 
                    )

            )

        [155] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1858
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27107
                        [notes] => 
                        [assigned] => 
                    )

            )

        [156] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1859
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27108
                        [notes] => 
                        [assigned] => 
                    )

            )

        [157] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1860
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27109
                        [notes] => 
                        [assigned] => 
                    )

            )

        [158] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1861
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27110
                        [notes] => 
                        [assigned] => 
                    )

            )

        [159] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1862
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27111
                        [notes] => 
                        [assigned] => 
                    )

            )

        [160] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1863
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27112
                        [notes] => 
                        [assigned] => 
                    )

            )

        [161] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1864
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27113
                        [notes] => 
                        [assigned] => 
                    )

            )

        [162] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1865
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27114
                        [notes] => 
                        [assigned] => 
                    )

            )

        [163] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1866
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27115
                        [notes] => 
                        [assigned] => 
                    )

            )

        [164] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1867
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27116
                        [notes] => 
                        [assigned] => 
                    )

            )

        [165] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1868
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27117
                        [notes] => 
                        [assigned] => 
                    )

            )

        [166] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1869
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27118
                        [notes] => 
                        [assigned] => 
                    )

            )

        [167] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1870
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27119
                        [notes] => 
                        [assigned] => 
                    )

            )

        [168] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1872
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27121
                        [notes] => 
                        [assigned] => 
                    )

            )

        [169] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1873
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27122
                        [notes] => 
                        [assigned] => 
                    )

            )

        [170] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1874
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27123
                        [notes] => 
                        [assigned] => 
                    )

            )

        [171] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1875
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27124
                        [notes] => 
                        [assigned] => 
                    )

            )

        [172] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1876
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27125
                        [notes] => 
                        [assigned] => 
                    )

            )

        [173] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1877
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27126
                        [notes] => 
                        [assigned] => 
                    )

            )

        [174] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1878
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27127
                        [notes] => 
                        [assigned] => 
                    )

            )

        [175] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1879
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27128
                        [notes] => 
                        [assigned] => 
                    )

            )

        [176] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1880
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27129
                        [notes] => 
                        [assigned] => 
                    )

            )

        [177] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1881
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27130
                        [notes] => 
                        [assigned] => 
                    )

            )

        [178] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1882
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27131
                        [notes] => 
                        [assigned] => 
                    )

            )

        [179] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1883
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27132
                        [notes] => 
                        [assigned] => 
                    )

            )

        [180] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1884
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27133
                        [notes] => 
                        [assigned] => 
                    )

            )

        [181] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1885
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27134
                        [notes] => 
                        [assigned] => 
                    )

            )

        [182] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1886
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27135
                        [notes] => 
                        [assigned] => 
                    )

            )

        [183] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1887
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27136
                        [notes] => 
                        [assigned] => 
                    )

            )

        [184] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1888
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27137
                        [notes] => 
                        [assigned] => 
                    )

            )

        [185] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1889
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27138
                        [notes] => 
                        [assigned] => 
                    )

            )

        [186] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1890
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27139
                        [notes] => 
                        [assigned] => 
                    )

            )

        [187] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1891
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27140
                        [notes] => 
                        [assigned] => 
                    )

            )

        [188] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1892
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27141
                        [notes] => 
                        [assigned] => 
                    )

            )

        [189] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1893
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27142
                        [notes] => 
                        [assigned] => 
                    )

            )

        [190] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1894
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27143
                        [notes] => 
                        [assigned] => 
                    )

            )

        [191] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1895
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27144
                        [notes] => 
                        [assigned] => 
                    )

            )

        [192] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1896
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27145
                        [notes] => 
                        [assigned] => 
                    )

            )

        [193] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1897
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27146
                        [notes] => 
                        [assigned] => 
                    )

            )

        [194] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1898
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27147
                        [notes] => 
                        [assigned] => 
                    )

            )

        [195] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1899
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27148
                        [notes] => 
                        [assigned] => 
                    )

            )

        [196] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1900
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27149
                        [notes] => 
                        [assigned] => 
                    )

            )

        [197] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1901
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27150
                        [notes] => 
                        [assigned] => 
                    )

            )

        [198] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1902
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27151
                        [notes] => 
                        [assigned] => 
                    )

            )

        [199] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1903
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27152
                        [notes] => 
                        [assigned] => 
                    )

            )

    )

[meta] => Array
    (
        [pagination] => Array
            (
                [total] => 248
                [count] => 200
                [per_page] => 200
                [current_page] => 1
                [total_pages] => 2
                [links] => Array
                    (
                        [next] => https://panel.corr.cloud/api/application/nodes/2/allocations?page=2
                    )

            )

    )

[status_code] => 200

)

2nd allocation get:
Array
(
[object] => list
[data] => Array
(
[0] => Array
(
[object] => allocation
[attributes] => Array
(
[id] => 1904
[ip] => 10.0.40.106
[alias] => 104.6.18.42
[port] => 27153
[notes] =>
[assigned] =>
)

            )

        [1] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1905
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27154
                        [notes] => 
                        [assigned] => 
                    )

            )

        [2] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1906
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27155
                        [notes] => 
                        [assigned] => 
                    )

            )

        [3] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1907
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27156
                        [notes] => 
                        [assigned] => 
                    )

            )

        [4] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1908
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27157
                        [notes] => 
                        [assigned] => 
                    )

            )

        [5] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1909
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27158
                        [notes] => 
                        [assigned] => 
                    )

            )

        [6] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1910
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27159
                        [notes] => 
                        [assigned] => 
                    )

            )

        [7] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1911
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27160
                        [notes] => 
                        [assigned] => 
                    )

            )

        [8] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1912
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27161
                        [notes] => 
                        [assigned] => 
                    )

            )

        [9] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1913
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27162
                        [notes] => 
                        [assigned] => 
                    )

            )

        [10] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1914
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27163
                        [notes] => 
                        [assigned] => 
                    )

            )

        [11] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1915
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27164
                        [notes] => 
                        [assigned] => 
                    )

            )

        [12] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1916
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27165
                        [notes] => 
                        [assigned] => 
                    )

            )

        [13] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1917
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27166
                        [notes] => 
                        [assigned] => 
                    )

            )

        [14] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1918
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27167
                        [notes] => 
                        [assigned] => 
                    )

            )

        [15] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1919
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27168
                        [notes] => 
                        [assigned] => 
                    )

            )

        [16] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1920
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27169
                        [notes] => 
                        [assigned] => 
                    )

            )

        [17] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1921
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27170
                        [notes] => 
                        [assigned] => 
                    )

            )

        [18] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1922
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27171
                        [notes] => 
                        [assigned] => 
                    )

            )

        [19] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1923
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27172
                        [notes] => 
                        [assigned] => 
                    )

            )

        [20] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1924
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27173
                        [notes] => 
                        [assigned] => 
                    )

            )

        [21] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1925
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27174
                        [notes] => 
                        [assigned] => 
                    )

            )

        [22] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1926
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27175
                        [notes] => 
                        [assigned] => 
                    )

            )

        [23] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1927
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27176
                        [notes] => 
                        [assigned] => 
                    )

            )

        [24] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1928
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27177
                        [notes] => 
                        [assigned] => 
                    )

            )

        [25] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1929
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27178
                        [notes] => 
                        [assigned] => 
                    )

            )

        [26] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1930
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27179
                        [notes] => 
                        [assigned] => 
                    )

            )

        [27] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1931
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27180
                        [notes] => 
                        [assigned] => 
                    )

            )

        [28] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1932
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27181
                        [notes] => 
                        [assigned] => 
                    )

            )

        [29] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1933
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27182
                        [notes] => 
                        [assigned] => 
                    )

            )

        [30] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1934
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27183
                        [notes] => 
                        [assigned] => 
                    )

            )

        [31] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1935
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27184
                        [notes] => 
                        [assigned] => 
                    )

            )

        [32] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1936
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27185
                        [notes] => 
                        [assigned] => 
                    )

            )

        [33] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1937
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27186
                        [notes] => 
                        [assigned] => 
                    )

            )

        [34] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1938
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27187
                        [notes] => 
                        [assigned] => 
                    )

            )

        [35] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1939
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27188
                        [notes] => 
                        [assigned] => 
                    )

            )

        [36] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1940
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27189
                        [notes] => 
                        [assigned] => 
                    )

            )

        [37] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1941
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27190
                        [notes] => 
                        [assigned] => 
                    )

            )

        [38] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1942
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27191
                        [notes] => 
                        [assigned] => 
                    )

            )

        [39] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1943
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27192
                        [notes] => 
                        [assigned] => 
                    )

            )

        [40] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1944
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27193
                        [notes] => 
                        [assigned] => 
                    )

            )

        [41] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1945
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27194
                        [notes] => 
                        [assigned] => 
                    )

            )

        [42] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1946
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27195
                        [notes] => 
                        [assigned] => 
                    )

            )

        [43] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1947
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27196
                        [notes] => 
                        [assigned] => 
                    )

            )

        [44] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1948
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27197
                        [notes] => 
                        [assigned] => 
                    )

            )

        [45] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1949
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27198
                        [notes] => 
                        [assigned] => 
                    )

            )

        [46] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1950
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27199
                        [notes] => 
                        [assigned] => 
                    )

            )

        [47] => Array
            (
                [object] => allocation
                [attributes] => Array
                    (
                        [id] => 1951
                        [ip] => 10.0.40.106
                        [alias] => 104.6.18.42
                        [port] => 27200
                        [notes] => 
                        [assigned] => 
                    )

            )

    )

[meta] => Array
    (
        [pagination] => Array
            (
                [total] => 248
                [count] => 48
                [per_page] => 200
                [current_page] => 2
                [total_pages] => 2
                [links] => Array
                    (
                        [previous] => https://panel.corr.cloud/api/application/nodes/2/allocations?page=1
                    )

            )

    )

[status_code] => 200

)

@wohahobg
Copy link
Owner

Can you please download the main branch and try from there ?

I have added few more debug messages to see what is going on.

@kcorr
Copy link
Author

kcorr commented May 17, 2024

Here is the new module logs:

image

patch - startup

{"startup":""./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"","egg":22,"image":"ghcr.io/pterodactyl/games:rust","environment":{"SRCDS_APPID":"258550","MAX_PLAYERS":"40","HOSTNAME":"A Rust Server","LEVEL":"Procedural Map","DESCRIPTION":"Powered by Pterodactyl","SERVER_URL":"http://pterodactyl.io","WORLD_SIZE":"3000","WORLD_SEED":"0","SERVER_IMG":"","RCON_PORT":"28051","RCON_PASS":"CHANGEME","SAVEINTERVAL":"60","ADDITIONAL_ARGS":"","REGEN_SERVER":"0","REMOVE_FILES":"server/rust/player.deaths..db server/rust/player.identities..db server/rust/player.states..db server/rust/player.tokens.db proceduralmap....map server/rust/proceduralmap...*.sav oxide/data/Kits_Data.json oxide/data/NTeleportationHome.json oxide/data/ServerRewards/player_data.json oxide/data/PTTracker/playtime_data.json","QUERY_PORT":"27054","APP_PORT":"28082","MAP_URL":"","FRAMEWORK":"oxide","SERVER_PORT_OFFSET":"27054"},"skip_scripts":false}

Array
(
[object] => server
[attributes] => Array
(
[id] => 76
[external_id] => 45
[uuid] => 1bd59a55-01ad-4d23-93c1-a0c300c54578
[identifier] => 1bd59a55
[name] => xEclb7SZ_45
[description] =>
[status] => installing
[suspended] =>
[limits] => Array
(
[memory] => 4096
[swap] => 0
[disk] => 0
[io] => 500
[cpu] => 0
[threads] =>
[oom_disabled] =>
)

        [feature_limits] => Array
            (
                [databases] => 0
                [allocations] => 2
                [backups] => 1
            )

        [user] => 13
        [node] => 2
        [allocation] => 1703
        [nest] => 8
        [egg] => 22
        [container] => Array
            (
                [startup_command] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                [image] => ghcr.io/pterodactyl/games:rust
                [installed] => 0
                [environment] => Array
                    (
                        [SRCDS_APPID] => 258550
                        [MAX_PLAYERS] => 40
                        [HOSTNAME] => A Rust Server
                        [LEVEL] => Procedural Map
                        [DESCRIPTION] => Powered by Pterodactyl
                        [SERVER_URL] => http://pterodactyl.io
                        [WORLD_SIZE] => 3000
                        [WORLD_SEED] => 0
                        [SERVER_IMG] => 
                        [RCON_PORT] => 28051
                        [RCON_PASS] => CHANGEME
                        [SAVEINTERVAL] => 60
                        [ADDITIONAL_ARGS] => 
                        [REGEN_SERVER] => 0
                        [REMOVE_FILES] => server/rust/player.deaths.*.db server/rust/player.identities.*.db server/rust/player.states.*.db server/rust/player.tokens.db proceduralmap.*.*.*.map server/rust/proceduralmap.*.*.*.sav oxide/data/Kits_Data.json oxide/data/NTeleportationHome.json oxide/data/ServerRewards/player_data.json oxide/data/PTTracker/playtime_data.json
                        [QUERY_PORT] => 27054
                        [APP_PORT] => 28082
                        [MAP_URL] => 
                        [FRAMEWORK] => oxide
                        [STARTUP] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                        [P_SERVER_LOCATION] => us.central
                        [P_SERVER_UUID] => 1bd59a55-01ad-4d23-93c1-a0c300c54578
                        [P_SERVER_ALLOCATION_LIMIT] => 2
                    )

            )

        [updated_at] => 2024-05-17T18:45:00+00:00
        [created_at] => 2024-05-17T18:44:59+00:00
    )

[status_code] => 200

)

Response:
Array
(
[object] => server
[attributes] => Array
(
[id] => 76
[external_id] => 45
[uuid] => 1bd59a55-01ad-4d23-93c1-a0c300c54578
[identifier] => 1bd59a55
[name] => xEclb7SZ_45
[description] =>
[status] => installing
[suspended] =>
[limits] => Array
(
[memory] => 4096
[swap] => 0
[disk] => 0
[io] => 500
[cpu] => 0
[threads] =>
[oom_disabled] =>
)

        [feature_limits] => Array
            (
                [databases] => 0
                [allocations] => 2
                [backups] => 1
            )

        [user] => 13
        [node] => 2
        [allocation] => 1703
        [nest] => 8
        [egg] => 22
        [container] => Array
            (
                [startup_command] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                [image] => ghcr.io/pterodactyl/games:rust
                [installed] => 0
                [environment] => Array
                    (
                        [SRCDS_APPID] => 258550
                        [MAX_PLAYERS] => 40
                        [HOSTNAME] => A Rust Server
                        [LEVEL] => Procedural Map
                        [DESCRIPTION] => Powered by Pterodactyl
                        [SERVER_URL] => http://pterodactyl.io
                        [WORLD_SIZE] => 3000
                        [WORLD_SEED] => 0
                        [SERVER_IMG] => 
                        [RCON_PORT] => 28051
                        [RCON_PASS] => CHANGEME
                        [SAVEINTERVAL] => 60
                        [ADDITIONAL_ARGS] => 
                        [REGEN_SERVER] => 0
                        [REMOVE_FILES] => server/rust/player.deaths.*.db server/rust/player.identities.*.db server/rust/player.states.*.db server/rust/player.tokens.db proceduralmap.*.*.*.map server/rust/proceduralmap.*.*.*.sav oxide/data/Kits_Data.json oxide/data/NTeleportationHome.json oxide/data/ServerRewards/player_data.json oxide/data/PTTracker/playtime_data.json
                        [QUERY_PORT] => 27054
                        [APP_PORT] => 28082
                        [MAP_URL] => 
                        [FRAMEWORK] => oxide
                        [STARTUP] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                        [P_SERVER_LOCATION] => us.central
                        [P_SERVER_UUID] => 1bd59a55-01ad-4d23-93c1-a0c300c54578
                        [P_SERVER_ALLOCATION_LIMIT] => 2
                    )

            )

        [updated_at] => 2024-05-17T18:45:00+00:00
        [created_at] => 2024-05-17T18:44:59+00:00
    )

[status_code] => 200

)

patch - allocations
{"memory":4096,"swap":0,"io":500,"cpu":0,"disk":0,"oom_disabled":false,"feature_limits":{"databases":0,"allocations":2,"backups":1,"split_limit":0},"allocation":1703,"add_allocations":[1704,1802]}

Response:
Array
(
[object] => server
[attributes] => Array
(
[id] => 76
[external_id] => 45
[uuid] => 1bd59a55-01ad-4d23-93c1-a0c300c54578
[identifier] => 1bd59a55
[name] => xEclb7SZ_45
[description] =>
[status] => installing
[suspended] =>
[limits] => Array
(
[memory] => 4096
[swap] => 0
[disk] => 0
[io] => 500
[cpu] => 0
[threads] =>
[oom_disabled] =>
)

        [feature_limits] => Array
            (
                [databases] => 0
                [allocations] => 2
                [backups] => 1
            )

        [user] => 13
        [node] => 2
        [allocation] => 1703
        [nest] => 8
        [egg] => 22
        [container] => Array
            (
                [startup_command] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                [image] => ghcr.io/pterodactyl/games:rust
                [installed] => 0
                [environment] => Array
                    (
                        [SRCDS_APPID] => 258550
                        [MAX_PLAYERS] => 40
                        [HOSTNAME] => A Rust Server
                        [LEVEL] => Procedural Map
                        [DESCRIPTION] => Powered by Pterodactyl
                        [SERVER_URL] => http://pterodactyl.io
                        [WORLD_SIZE] => 3000
                        [WORLD_SEED] => 0
                        [SERVER_IMG] => 
                        [RCON_PORT] => 28016
                        [RCON_PASS] => CHANGEME
                        [SAVEINTERVAL] => 60
                        [ADDITIONAL_ARGS] => 
                        [REGEN_SERVER] => 0
                        [REMOVE_FILES] => server/rust/player.deaths.*.db server/rust/player.identities.*.db server/rust/player.states.*.db server/rust/player.tokens.db proceduralmap.*.*.*.map server/rust/proceduralmap.*.*.*.sav oxide/data/Kits_Data.json oxide/data/NTeleportationHome.json oxide/data/ServerRewards/player_data.json oxide/data/PTTracker/playtime_data.json
                        [QUERY_PORT] => 28017
                        [APP_PORT] => 28082
                        [MAP_URL] => 
                        [FRAMEWORK] => oxide
                        [STARTUP] => "./RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity "rust" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \"{{HOSTNAME}}\" +server.level \"{{LEVEL}}\" +server.description \"{{DESCRIPTION}}\" +server.url \"{{SERVER_URL}}\" +server.headerimage \"{{SERVER_IMG}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == "0" ]]; then printf %s $(cat seed.txt); else printf %s ${WORLD_SEED}; fi )\""|| printf %s "+server.levelurl {{MAP_URL}}" ) {{ADDITIONAL_ARGS}}"
                        [P_SERVER_LOCATION] => us.central
                        [P_SERVER_UUID] => 1bd59a55-01ad-4d23-93c1-a0c300c54578
                        [P_SERVER_ALLOCATION_LIMIT] => 2
                    )

            )

        [updated_at] => 2024-05-17T18:45:00+00:00
        [created_at] => 2024-05-17T18:44:59+00:00
        [relationships] => Array
            (
                [allocations] => Array
                    (
                        [object] => list
                        [data] => Array
                            (
                                [0] => Array
                                    (
                                        [object] => allocation
                                        [attributes] => Array
                                            (
                                                [id] => 1703
                                                [ip] => 10.0.40.106
                                                [alias] => 104.6.18.42
                                                [port] => 27053
                                                [notes] => 
                                                [assigned] => 1
                                            )

                                    )

                                [1] => Array
                                    (
                                        [object] => allocation
                                        [attributes] => Array
                                            (
                                                [id] => 1704
                                                [ip] => 10.0.40.106
                                                [alias] => 104.6.18.42
                                                [port] => 27054
                                                [notes] => 
                                                [assigned] => 1
                                            )

                                    )

                                [2] => Array
                                    (
                                        [object] => allocation
                                        [attributes] => Array
                                            (
                                                [id] => 1802
                                                [ip] => 10.0.40.106
                                                [alias] => 104.6.18.42
                                                [port] => 28051
                                                [notes] => 
                                                [assigned] => 1
                                            )

                                    )

                            )

                    )

            )

    )

[status_code] => 200

)

@wohahobg
Copy link
Owner

From what i can see is working ?

@kcorr
Copy link
Author

kcorr commented May 17, 2024

What in the heck... LOL
It did work after going to main branch. That's super odd....

@wohahobg
Copy link
Owner

There I am fixing issues but still have not been released. I will do a release in these days.

@kcorr
Copy link
Author

kcorr commented May 17, 2024

Sounds great. I will continue to use this branch.
Thank you for your help.

@kcorr
Copy link
Author

kcorr commented May 17, 2024

Do you have a discord by chance?

@wohahobg
Copy link
Owner

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