Jump to content

Wisp Server Support

No Response 2.2.0

dustyhansen

Posted

Any idea why this egg wouldn't work on a Wisp based server? Wisp is based on pterodactyl and supports ptero eggs, but when I try to use this egg I have 3 problems that arise:

1) RCON never initializes. The console just continues to repeat "Waiting for RCON to come up".
2) The server does not show in the server listing for Rust.
3) The server will not load a custom map, even though one is specified.

SturdyStubs

Posted

I just discovered an issue after doing some testing on the Pelican panel that for some reason wasn't an issue on Pterodactyl, I guess the way they parsed the startup params was different. Try using this startup command and see if it works:

./RustDedicated -batchmode $( [ "${FRAMEWORK}" == "oxide" ] && echo +oxide.directory {{MODDING_ROOT}} || [ "${FRAMEWORK}" == "vanilla" ] && echo "" || echo -carbon.rootdir {{MODDING_ROOT}} ) +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity \"{{SERVER_IDENTITY}}\" +server.gamemode \"{{GAMEMODE}}\" +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.logoimage \"{{SERVER_LOGO}}\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \"{{RCON_PASS}}\" +server.saveinterval {{SAVEINTERVAL}} +app.port {{APP_PORT}}  $( [ -z ${MAP_URL} ] && printf %s "+server.worldsize \"{{WORLD_SIZE}}\" +server.seed \"{{WORLD_SEED}}\"" || printf %s "+server.levelurl {{MAP_URL}}" ) $( [ -n "{{APP_PUBLIC_IP}}" ] && echo "+app.publicip \"{{APP_PUBLIC_IP}}\"" ) $( [ -n "{{SERVER_TAGS}}" ] && echo "+server.tags \"{{SERVER_TAGS}}\"" ) $( [ -n "{{LOG_FILE}}" ] && echo "-logfile \"{{LOG_FILE}}\"" ) {{ADDITIONAL_ARGS}}

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.