Rico
Rico
TTwenty
Created by Rico on 5/12/2025 in #❓︱help
Server won't change port from 3000 to 50008
hi everyone! I tried a self hosted approach (no docker!) and wanted to switch ports from 3000 and 3001 to 50008 and 50009 … yet, whenever I start the server it tells me, that port 3000 is already in use. yeah … that's why I want to switch to port 50008 instead 😉
# $> cat packages/twenty-server/.env
NODE_ENV=development
PG_DATABASE_URL=postgres://postgres:passwordremoved@localhost:5432/default
REDIS_URL=redis://localhost:6389
APP_SECRET=replace_me_with_a_random_string
SIGN_IN_PREFILLED=true
FRONTEND_URL=http://twenty.my-custom-domain.com:50009
PORT=50008
SERVER_URL=http://twenty.my-custom-domain.com:50008
# $> cat packages/twenty-server/.env
NODE_ENV=development
PG_DATABASE_URL=postgres://postgres:passwordremoved@localhost:5432/default
REDIS_URL=redis://localhost:6389
APP_SECRET=replace_me_with_a_random_string
SIGN_IN_PREFILLED=true
FRONTEND_URL=http://twenty.my-custom-domain.com:50009
PORT=50008
SERVER_URL=http://twenty.my-custom-domain.com:50008
Was anyone successful running twenty server on any other port than 3000? Thanks for your replies in advance! Rico
15 replies